There was an error while loading. Please reload this page.
statx
statx_timestamp
1 parent 62a1fad commit ddb24dfCopy full SHA for ddb24df
libc-test/build.rs
@@ -3989,12 +3989,6 @@ fn test_linux(target: &str) {
3989
// glibcs (see https://github.com/rust-lang/libc/issues/1410)
3990
"ucontext_t" if gnu => true,
3991
3992
- // FIXME(linux): Somehow we cannot include headers correctly in glibc 2.30.
3993
- // So let's ignore for now and re-visit later.
3994
- // Probably related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
3995
- "statx" => true,
3996
- "statx_timestamp" => true,
3997
-
3998
// On Linux, the type of `ut_exit` field of struct `utmpx`
3999
// can be an anonymous struct, so an extra struct,
4000
// which is absent in musl, has to be defined.
0 commit comments