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 0e28c86 commit 3f870faCopy full SHA for 3f870fa
libc-test/semver/linux.txt
@@ -1470,6 +1470,7 @@ MNT_EXPIRE
1470
MNT_FORCE
1471
MODULE_INIT_IGNORE_MODVERSIONS
1472
MODULE_INIT_IGNORE_VERMAGIC
1473
+MODULE_INIT_COMPRESSED_FILE
1474
MON_1
1475
MON_10
1476
MON_11
src/unix/linux_like/linux/mod.rs
@@ -4043,6 +4043,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
4043
// linux/module.h
4044
pub const MODULE_INIT_IGNORE_MODVERSIONS: ::c_uint = 0x0001;
4045
pub const MODULE_INIT_IGNORE_VERMAGIC: ::c_uint = 0x0002;
4046
+pub const MODULE_INIT_COMPRESSED_FILE: ::c_uint = 0x0004;
4047
4048
// linux/net_tstamp.h
4049
pub const SOF_TIMESTAMPING_TX_HARDWARE: ::c_uint = 1 << 0;
0 commit comments