Skip to content

Commit af4b0a4

Browse files
committed
Skip canxl constants
1 parent 7914da1 commit af4b0a4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

libc-test/build.rs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,22 @@ fn test_linux(target: &str) {
36513651
"FUTEX_LOCK_PI2" => true,
36523652

36533653
// Added in linux 6.1
3654-
"STATX_DIOALIGN" => true,
3654+
"STATX_DIOALIGN"
3655+
| "CAN_RAW_XL_FRAMES"
3656+
| "CANXL_HDR_SIZE"
3657+
| "CANXL_MAX_DLC"
3658+
| "CANXL_MAX_DLC_MASK"
3659+
| "CANXL_MAX_DLEN"
3660+
| "CANXL_MAX_MTU"
3661+
| "CANXL_MIN_DLC"
3662+
| "CANXL_MIN_DLEN"
3663+
| "CANXL_MIN_MTU"
3664+
| "CANXL_MTU"
3665+
| "CANXL_PRIO_BITS"
3666+
| "CANXL_PRIO_MASK"
3667+
| "CANXL_SEC"
3668+
| "CANXL_XLF"
3669+
=> true,
36553670

36563671
// FIXME: Parts of netfilter/nfnetlink*.h require more recent kernel headers:
36573672
| "RTNLGRP_MCTP_IFADDR" // linux v5.17+

0 commit comments

Comments
 (0)