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
1 parent 3e01cb8 commit 4971a58Copy full SHA for 4971a58
libc-test/build.rs
@@ -3781,9 +3781,6 @@ fn test_linux(target: &str) {
3781
// https://github.com/gnzlbg/ctest/issues/68
3782
"lio_listio" if musl => true,
3783
3784
- // FIXME: the glibc version used by the Sparc64 build jobs
3785
- // which use Debian 10.0 is too old.
3786
- "statx" if sparc64 => true,
3787
// Needs glibc 2.34 or later.
3788
"posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true,
3789
// Needs glibc 2.35 or later.
0 commit comments