Skip to content

Commit 0eba32e

Browse files
committed
add syscalls 451-469 for m68k linux
1 parent 71e04e1 commit 0eba32e

File tree

1 file changed

+19
-0
lines changed
  • src/unix/linux_like/linux/gnu/b32/m68k

1 file changed

+19
-0
lines changed

src/unix/linux_like/linux/gnu/b32/m68k/mod.rs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,3 +864,22 @@ pub const SYS_landlock_restrict_self: c_long = 446;
864864
pub const SYS_process_mrelease: c_long = 448;
865865
pub const SYS_futex_waitv: c_long = 449;
866866
pub const SYS_set_mempolicy_home_node: c_long = 450;
867+
pub const SYS_cachestat: c_long = 451;
868+
pub const SYS_fchmodat2: c_long = 452;
869+
pub const SYS_map_shadow_stack: c_long = 453;
870+
pub const SYS_futex_wake: c_long = 454;
871+
pub const SYS_futex_wait: c_long = 455;
872+
pub const SYS_futex_requeue: c_long = 456;
873+
pub const SYS_statmount: c_long = 457;
874+
pub const SYS_listmount: c_long = 458;
875+
pub const SYS_lsm_get_self_attr: c_long = 459;
876+
pub const SYS_lsm_set_self_attr: c_long = 460;
877+
pub const SYS_lsm_list_modules: c_long = 461;
878+
pub const SYS_mseal: c_long = 462;
879+
pub const SYS_setxattrat: c_long = 463;
880+
pub const SYS_getxattrat: c_long = 464;
881+
pub const SYS_listxattrat: c_long = 465;
882+
pub const SYS_removexattrat: c_long = 466;
883+
pub const SYS_open_tree_attr: c_long = 467;
884+
pub const SYS_file_get_attr: c_long = 468;
885+
pub const SYS_file_set_attr: c_long = 469;

0 commit comments

Comments
 (0)