We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
statx
statx_timestamp
1 parent 8ec66a0 commit cc830d3Copy full SHA for cc830d3
libc-test/build.rs
@@ -4138,12 +4138,6 @@ fn test_linux(target: &str) {
4138
// glibcs (see https://github.com/rust-lang/libc/issues/1410)
4139
"ucontext_t" if gnu => true,
4140
4141
- // FIXME(linux): Somehow we cannot include headers correctly in glibc 2.30.
4142
- // So let's ignore for now and re-visit later.
4143
- // Probably related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
4144
- "statx" => true,
4145
- "statx_timestamp" => true,
4146
-
4147
// On Linux, the type of `ut_exit` field of struct `utmpx`
4148
// can be an anonymous struct, so an extra struct,
4149
// which is absent in musl, has to be defined.
0 commit comments