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 043e8a3 commit becb9e3Copy full SHA for becb9e3
libc-test/semver/linux.txt
@@ -1459,6 +1459,7 @@ MNT_EXPIRE
1459
MNT_FORCE
1460
MODULE_INIT_IGNORE_MODVERSIONS
1461
MODULE_INIT_IGNORE_VERMAGIC
1462
+MODULE_INIT_COMPRESSED_FILE
1463
MON_1
1464
MON_10
1465
MON_11
src/unix/linux_like/linux/mod.rs
@@ -3600,6 +3600,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
3600
// linux/module.h
3601
pub const MODULE_INIT_IGNORE_MODVERSIONS: ::c_uint = 0x0001;
3602
pub const MODULE_INIT_IGNORE_VERMAGIC: ::c_uint = 0x0002;
3603
+pub const MODULE_INIT_COMPRESSED_FILE: ::c_uint = 0x0004;
3604
3605
// linux/net_tstamp.h
3606
pub const SOF_TIMESTAMPING_TX_HARDWARE: ::c_uint = 1 << 0;
0 commit comments