Skip to content

Commit 3f870fa

Browse files
committed
Add MODULE_INIT_COMPRESSED_FILE definition
Signed-off-by: sinkingpoint <colin@quirl.co.nz>
1 parent 0e28c86 commit 3f870fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ MNT_EXPIRE
14701470
MNT_FORCE
14711471
MODULE_INIT_IGNORE_MODVERSIONS
14721472
MODULE_INIT_IGNORE_VERMAGIC
1473+
MODULE_INIT_COMPRESSED_FILE
14731474
MON_1
14741475
MON_10
14751476
MON_11

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,6 +4043,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
40434043
// linux/module.h
40444044
pub const MODULE_INIT_IGNORE_MODVERSIONS: ::c_uint = 0x0001;
40454045
pub const MODULE_INIT_IGNORE_VERMAGIC: ::c_uint = 0x0002;
4046+
pub const MODULE_INIT_COMPRESSED_FILE: ::c_uint = 0x0004;
40464047

40474048
// linux/net_tstamp.h
40484049
pub const SOF_TIMESTAMPING_TX_HARDWARE: ::c_uint = 1 << 0;

0 commit comments

Comments
 (0)