Skip to content

Commit

Permalink
Add MODULE_INIT_COMPRESSED_FILE definition
Browse files Browse the repository at this point in the history
Signed-off-by: sinkingpoint <[email protected]>
  • Loading branch information
sinkingpoint committed Jul 22, 2024
1 parent 0e28c86 commit 3f870fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ MNT_EXPIRE
MNT_FORCE
MODULE_INIT_IGNORE_MODVERSIONS
MODULE_INIT_IGNORE_VERMAGIC
MODULE_INIT_COMPRESSED_FILE
MON_1
MON_10
MON_11
Expand Down
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4043,6 +4043,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
// linux/module.h
pub const MODULE_INIT_IGNORE_MODVERSIONS: ::c_uint = 0x0001;
pub const MODULE_INIT_IGNORE_VERMAGIC: ::c_uint = 0x0002;
pub const MODULE_INIT_COMPRESSED_FILE: ::c_uint = 0x0004;

// linux/net_tstamp.h
pub const SOF_TIMESTAMPING_TX_HARDWARE: ::c_uint = 1 << 0;
Expand Down

0 comments on commit 3f870fa

Please sign in to comment.