We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483980a commit 9efe614Copy full SHA for 9efe614
src/unix/notbsd/android/b64/aarch64.rs
@@ -290,7 +290,6 @@ pub const SYS_rt_tgsigqueueinfo: ::c_long = 240;
290
pub const SYS_perf_event_open: ::c_long = 241;
291
pub const SYS_accept4: ::c_long = 242;
292
pub const SYS_recvmmsg: ::c_long = 243;
293
-pub const SYS_arch_specific_syscall: ::c_long = 244;
294
pub const SYS_wait4: ::c_long = 260;
295
pub const SYS_prlimit64: ::c_long = 261;
296
pub const SYS_fanotify_init: ::c_long = 262;
src/unix/notbsd/linux/other/b64/aarch64.rs
@@ -818,7 +818,6 @@ pub const SYS_pwritev2: ::c_long = 287;
818
pub const SYS_pkey_mprotect: ::c_long = 288;
819
pub const SYS_pkey_alloc: ::c_long = 289;
820
pub const SYS_pkey_free: ::c_long = 290;
821
-pub const SYS_syscalls: ::c_long = 291;
822
823
#[link(name = "util")]
824
extern {
0 commit comments