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