Skip to content

Commit ca85ccb

Browse files
committed
Skip canxl_frame struct
1 parent af4b0a4 commit ca85ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,6 +3469,8 @@ fn test_linux(target: &str) {
34693469
"sctp_initmsg" | "sctp_sndrcvinfo" | "sctp_sndinfo" | "sctp_rcvinfo"
34703470
| "sctp_nxtinfo" | "sctp_prinfo" | "sctp_authinfo" => true,
34713471

3472+
// FIXME: requires >= 6.1 kernel headers
3473+
"canxl_frame" => true,
34723474
_ => false,
34733475
}
34743476
});

0 commit comments

Comments
 (0)