We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06589 commit 7914da1Copy full SHA for 7914da1
libc-test/semver/linux.txt
@@ -237,6 +237,7 @@ CAN_RAW_LOOPBACK
237
CAN_RAW_RECV_OWN_MSGS
238
CAN_RAW_FD_FRAMES
239
CAN_RAW_JOIN_FILTERS
240
+CAN_RAW_XL_FRAMES
241
CANXL_HDR_SIZE
242
CANXL_MAX_DLC
243
CANXL_MAX_DLC_MASK
src/unix/linux_like/linux/mod.rs
@@ -3782,6 +3782,7 @@ pub const CAN_RAW_LOOPBACK: ::c_int = 3;
3782
pub const CAN_RAW_RECV_OWN_MSGS: ::c_int = 4;
3783
pub const CAN_RAW_FD_FRAMES: ::c_int = 5;
3784
pub const CAN_RAW_JOIN_FILTERS: ::c_int = 6;
3785
+pub const CAN_RAW_XL_FRAMES: ::c_int = 7;
3786
3787
// linux/can/j1939.h
3788
pub const SOL_CAN_J1939: ::c_int = SOL_CAN_BASE + CAN_J1939;
0 commit comments