Open famfo opened 3 weeks ago
Since musl 1.2.5 it supports the statx() syscall: https://git.musl-libc.org/cgit/musl/tree/WHATSNEW?h=v1.2.5#n2402 defined here: https://git.musl-libc.org/cgit/musl/tree/src/linux/statx.c?h=v1.2.5
statx()
target triple: *-unknown-linux-musl
*-unknown-linux-musl
FTR you can always do statx manually using the rustix crate.
Hoping this comes through soon. This directly affects playing with some io_uring related crates on musl systems
Since musl 1.2.5 it supports the
statx()
syscall: https://git.musl-libc.org/cgit/musl/tree/WHATSNEW?h=v1.2.5#n2402 defined here: https://git.musl-libc.org/cgit/musl/tree/src/linux/statx.c?h=v1.2.5target triple:
*-unknown-linux-musl