summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r--libc-test/build.rs17
1 files changed, 16 insertions, 1 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index 2f993486ef..d64e9a38c2 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -3651,7 +3651,22 @@ fn test_linux(target: &str) {
"FUTEX_LOCK_PI2" => true,
// Added in linux 6.1
- "STATX_DIOALIGN" => true,
+ "STATX_DIOALIGN"
+ | "CAN_RAW_XL_FRAMES"
+ | "CANXL_HDR_SIZE"
+ | "CANXL_MAX_DLC"
+ | "CANXL_MAX_DLC_MASK"
+ | "CANXL_MAX_DLEN"
+ | "CANXL_MAX_MTU"
+ | "CANXL_MIN_DLC"
+ | "CANXL_MIN_DLEN"
+ | "CANXL_MIN_MTU"
+ | "CANXL_MTU"
+ | "CANXL_PRIO_BITS"
+ | "CANXL_PRIO_MASK"
+ | "CANXL_SEC"
+ | "CANXL_XLF"
+ => true,
// FIXME: Parts of netfilter/nfnetlink*.h require more recent kernel headers:
| "RTNLGRP_MCTP_IFADDR" // linux v5.17+