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.
2 parents ac09d6d + bfb1b13 commit 9163639Copy full SHA for 9163639
src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs
@@ -756,6 +756,10 @@ pub const SYS_umount2: ::c_long = 39;
756
pub const SYS_mount: ::c_long = 40;
757
pub const SYS_pivot_root: ::c_long = 41;
758
pub const SYS_nfsservctl: ::c_long = 42;
759
+pub const SYS_statfs: ::c_long = 43;
760
+pub const SYS_fstatfs: ::c_long = 44;
761
+pub const SYS_truncate: ::c_long = 45;
762
+pub const SYS_ftruncate: ::c_long = 46;
763
pub const SYS_fallocate: ::c_long = 47;
764
pub const SYS_faccessat: ::c_long = 48;
765
pub const SYS_chdir: ::c_long = 49;
0 commit comments