File tree Expand file tree Collapse file tree 23 files changed +184
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 23 files changed +184
-0
lines changed Original file line number Diff line number Diff line change @@ -835,6 +835,14 @@ pub const SYS_faccessat2: ::c_long = 439;
835
835
pub const SYS_process_madvise : :: c_long = 440 ;
836
836
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
837
837
pub const SYS_mount_setattr : :: c_long = 442 ;
838
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
839
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
840
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
841
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
842
+ pub const SYS_memfd_secret : :: c_long = 447 ;
843
+ pub const SYS_process_mrelease : :: c_long = 448 ;
844
+ pub const SYS_futex_waitv : :: c_long = 449 ;
845
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
838
846
839
847
cfg_if ! {
840
848
if #[ cfg( libc_align) ] {
Original file line number Diff line number Diff line change @@ -536,6 +536,14 @@ pub const SYS_faccessat2: ::c_long = 4000 + 439;
536
536
pub const SYS_process_madvise : :: c_long = 4000 + 440 ;
537
537
pub const SYS_epoll_pwait2 : :: c_long = 4000 + 441 ;
538
538
pub const SYS_mount_setattr : :: c_long = 4000 + 442 ;
539
+ pub const SYS_quotactl_fd : :: c_long = 4000 + 443 ;
540
+ pub const SYS_landlock_create_ruleset : :: c_long = 4000 + 444 ;
541
+ pub const SYS_landlock_add_rule : :: c_long = 4000 + 445 ;
542
+ pub const SYS_landlock_restrict_self : :: c_long = 4000 + 446 ;
543
+ pub const SYS_memfd_secret : :: c_long = 4000 + 447 ;
544
+ pub const SYS_process_mrelease : :: c_long = 4000 + 448 ;
545
+ pub const SYS_futex_waitv : :: c_long = 4000 + 449 ;
546
+ pub const SYS_set_mempolicy_home_node : :: c_long = 4000 + 450 ;
539
547
540
548
pub const O_DIRECT : :: c_int = 0x8000 ;
541
549
pub const O_DIRECTORY : :: c_int = 0x10000 ;
Original file line number Diff line number Diff line change @@ -814,3 +814,11 @@ pub const SYS_faccessat2: ::c_long = 439;
814
814
pub const SYS_process_madvise : :: c_long = 440 ;
815
815
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
816
816
pub const SYS_mount_setattr : :: c_long = 442 ;
817
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
818
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
819
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
820
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
821
+ pub const SYS_memfd_secret : :: c_long = 447 ;
822
+ pub const SYS_process_mrelease : :: c_long = 448 ;
823
+ pub const SYS_futex_waitv : :: c_long = 449 ;
824
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
Original file line number Diff line number Diff line change @@ -758,6 +758,14 @@ pub const SYS_faccessat2: ::c_long = 439;
758
758
pub const SYS_process_madvise : :: c_long = 440 ;
759
759
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
760
760
pub const SYS_mount_setattr : :: c_long = 442 ;
761
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
762
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
763
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
764
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
765
+ pub const SYS_memfd_secret : :: c_long = 447 ;
766
+ pub const SYS_process_mrelease : :: c_long = 448 ;
767
+ pub const SYS_futex_waitv : :: c_long = 449 ;
768
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
761
769
762
770
cfg_if ! {
763
771
if #[ cfg( libc_align) ] {
Original file line number Diff line number Diff line change @@ -839,6 +839,14 @@ pub const SYS_faccessat2: ::c_long = 439;
839
839
pub const SYS_process_madvise : :: c_long = 440 ;
840
840
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
841
841
pub const SYS_mount_setattr : :: c_long = 442 ;
842
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
843
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
844
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
845
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
846
+ pub const SYS_memfd_secret : :: c_long = 447 ;
847
+ pub const SYS_process_mrelease : :: c_long = 448 ;
848
+ pub const SYS_futex_waitv : :: c_long = 449 ;
849
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
842
850
843
851
cfg_if ! {
844
852
if #[ cfg( libc_align) ] {
Original file line number Diff line number Diff line change @@ -1040,6 +1040,14 @@ pub const SYS_faccessat2: ::c_long = 439;
1040
1040
pub const SYS_process_madvise : :: c_long = 440 ;
1041
1041
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
1042
1042
pub const SYS_mount_setattr : :: c_long = 442 ;
1043
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
1044
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
1045
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
1046
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
1047
+ pub const SYS_memfd_secret : :: c_long = 447 ;
1048
+ pub const SYS_process_mrelease : :: c_long = 448 ;
1049
+ pub const SYS_futex_waitv : :: c_long = 449 ;
1050
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
1043
1051
1044
1052
// offsets in user_regs_structs, from sys/reg.h
1045
1053
pub const EBX : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -885,6 +885,14 @@ pub const SYS_faccessat2: ::c_long = 439;
885
885
pub const SYS_process_madvise : :: c_long = 440 ;
886
886
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
887
887
pub const SYS_mount_setattr : :: c_long = 442 ;
888
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
889
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
890
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
891
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
892
+ pub const SYS_memfd_secret : :: c_long = 447 ;
893
+ pub const SYS_process_mrelease : :: c_long = 448 ;
894
+ pub const SYS_futex_waitv : :: c_long = 449 ;
895
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
888
896
889
897
extern "C" {
890
898
pub fn sysctl (
Original file line number Diff line number Diff line change @@ -587,6 +587,14 @@ pub const SYS_faccessat2: ::c_long = 5000 + 439;
587
587
pub const SYS_process_madvise : :: c_long = 5000 + 440 ;
588
588
pub const SYS_epoll_pwait2 : :: c_long = 5000 + 441 ;
589
589
pub const SYS_mount_setattr : :: c_long = 5000 + 442 ;
590
+ pub const SYS_quotactl_fd : :: c_long = 5000 + 443 ;
591
+ pub const SYS_landlock_create_ruleset : :: c_long = 5000 + 444 ;
592
+ pub const SYS_landlock_add_rule : :: c_long = 5000 + 445 ;
593
+ pub const SYS_landlock_restrict_self : :: c_long = 5000 + 446 ;
594
+ pub const SYS_memfd_secret : :: c_long = 5000 + 447 ;
595
+ pub const SYS_process_mrelease : :: c_long = 5000 + 448 ;
596
+ pub const SYS_futex_waitv : :: c_long = 5000 + 449 ;
597
+ pub const SYS_set_mempolicy_home_node : :: c_long = 5000 + 450 ;
590
598
591
599
pub const SFD_CLOEXEC : :: c_int = 0x080000 ;
592
600
Original file line number Diff line number Diff line change @@ -948,6 +948,14 @@ pub const SYS_faccessat2: ::c_long = 439;
948
948
pub const SYS_process_madvise : :: c_long = 440 ;
949
949
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
950
950
pub const SYS_mount_setattr : :: c_long = 442 ;
951
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
952
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
953
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
954
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
955
+ pub const SYS_memfd_secret : :: c_long = 447 ;
956
+ pub const SYS_process_mrelease : :: c_long = 448 ;
957
+ pub const SYS_futex_waitv : :: c_long = 449 ;
958
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
951
959
952
960
extern "C" {
953
961
pub fn sysctl (
Original file line number Diff line number Diff line change @@ -797,6 +797,14 @@ pub const SYS_faccessat2: ::c_long = 439;
797
797
pub const SYS_process_madvise : :: c_long = 440 ;
798
798
pub const SYS_epoll_pwait2 : :: c_long = 441 ;
799
799
pub const SYS_mount_setattr : :: c_long = 442 ;
800
+ pub const SYS_quotactl_fd : :: c_long = 443 ;
801
+ pub const SYS_landlock_create_ruleset : :: c_long = 444 ;
802
+ pub const SYS_landlock_add_rule : :: c_long = 445 ;
803
+ pub const SYS_landlock_restrict_self : :: c_long = 446 ;
804
+ pub const SYS_memfd_secret : :: c_long = 447 ;
805
+ pub const SYS_process_mrelease : :: c_long = 448 ;
806
+ pub const SYS_futex_waitv : :: c_long = 449 ;
807
+ pub const SYS_set_mempolicy_home_node : :: c_long = 450 ;
800
808
801
809
cfg_if ! {
802
810
if #[ cfg( libc_align) ] {
You can’t perform that action at this time.
0 commit comments