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.
1 parent 746de55 commit a6bbd4bCopy full SHA for a6bbd4b
libc-test/build.rs
@@ -3593,9 +3593,6 @@ fn test_linux(target: &str) {
3593
if sparc64 && (ty == "Elf32_Rela" || ty == "Elf64_Rela") {
3594
return true;
3595
}
3596
- if sparc64 && ty == "fanotify_event_info_error" {
3597
- return true;
3598
- }
3599
match ty {
3600
// FIXME: `sighandler_t` type is incorrect, see:
3601
// https://github.com/rust-lang/libc/issues/1359
@@ -3685,6 +3682,9 @@ fn test_linux(target: &str) {
3685
3682
if musl && ty == "fanout_args" {
3686
3683
3687
3684
+ if sparc64 && ty == "fanotify_event_info_error" {
+ return true;
+ }
3688
3689
3690
// These cannot be tested when "resolv.h" is included and are tested
0 commit comments