Skip to content

Commit

Permalink
Skip canxl_frame struct
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed May 14, 2023
1 parent af4b0a4 commit ca85ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3469,6 +3469,8 @@ fn test_linux(target: &str) {
"sctp_initmsg" | "sctp_sndrcvinfo" | "sctp_sndinfo" | "sctp_rcvinfo"
| "sctp_nxtinfo" | "sctp_prinfo" | "sctp_authinfo" => true,

// FIXME: requires >= 6.1 kernel headers
"canxl_frame" => true,
_ => false,
}
});
Expand Down

0 comments on commit ca85ccb

Please sign in to comment.