libc icon indicating copy to clipboard operation
libc copied to clipboard

statx using the musl libc

Open famfo opened this issue 1 year ago • 2 comments

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

target triple: *-unknown-linux-musl

famfo avatar Oct 15 '24 15:10 famfo

FTR you can always do statx manually using the rustix crate.

est31 avatar Oct 30 '24 14:10 est31

Hoping this comes through soon. This directly affects playing with some io_uring related crates on musl systems

andar1an avatar Nov 05 '24 15:11 andar1an

bump

Kamillaova avatar May 17 '25 23:05 Kamillaova