We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
FTR you can always do statx manually using the rustix crate.
Sorry, something went wrong.
Hoping this comes through soon. This directly affects playing with some io_uring related crates on musl systems
Successfully merging a pull request may close this issue.
Since musl 1.2.5 it supports the
statx()
syscall: https://git.musl-libc.org/cgit/musl/tree/WHATSNEW?h=v1.2.5#n2402defined here: https://git.musl-libc.org/cgit/musl/tree/src/linux/statx.c?h=v1.2.5
target triple:
*-unknown-linux-musl
The text was updated successfully, but these errors were encountered: