Skip to content

Commit 74d9704

Browse files
committed
trying removing the discard on the h_proto field.
1 parent 94f06b3 commit 74d9704

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc-test/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,8 +2147,6 @@ fn test_android(target: &str) {
21472147
(struct_ == "sigaction" && field == "sa_sigaction") ||
21482148
// signalfd had SIGSYS fields added in Android 4.19, but CI does not have that version yet.
21492149
(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") ||
21522150
// FIXME(android): Seems the type has been changed on NDK r26b
21532151
(struct_ == "flock64" && (field == "l_start" || field == "l_len"))
21542152
});

0 commit comments

Comments
 (0)