We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f06b3 commit 74d9704Copy full SHA for 74d9704
libc-test/build.rs
@@ -2147,8 +2147,6 @@ fn test_android(target: &str) {
2147
(struct_ == "sigaction" && field == "sa_sigaction") ||
2148
// signalfd had SIGSYS fields added in Android 4.19, but CI does not have that version yet.
2149
(struct_ == "signalfd_siginfo" && field == "ssi_call_addr") ||
2150
- // FIXME: `h_proto` is of type __be16 big endian version of __u16
2151
- (struct_ == "ethhdr" && field == "h_proto") ||
2152
// FIXME(android): Seems the type has been changed on NDK r26b
2153
(struct_ == "flock64" && (field == "l_start" || field == "l_len"))
2154
});
0 commit comments