Skip to content

Commit 9efe614

Browse files
committed
[breaking change] Remove SYS_syscalls and SYS_arch_specific_syscall from aarch64
1 parent 483980a commit 9efe614

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/unix/notbsd/android/b64/aarch64.rs

-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ pub const SYS_rt_tgsigqueueinfo: ::c_long = 240;
290290
pub const SYS_perf_event_open: ::c_long = 241;
291291
pub const SYS_accept4: ::c_long = 242;
292292
pub const SYS_recvmmsg: ::c_long = 243;
293-
pub const SYS_arch_specific_syscall: ::c_long = 244;
294293
pub const SYS_wait4: ::c_long = 260;
295294
pub const SYS_prlimit64: ::c_long = 261;
296295
pub const SYS_fanotify_init: ::c_long = 262;

src/unix/notbsd/linux/other/b64/aarch64.rs

-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ pub const SYS_pwritev2: ::c_long = 287;
818818
pub const SYS_pkey_mprotect: ::c_long = 288;
819819
pub const SYS_pkey_alloc: ::c_long = 289;
820820
pub const SYS_pkey_free: ::c_long = 290;
821-
pub const SYS_syscalls: ::c_long = 291;
822821

823822
#[link(name = "util")]
824823
extern {

0 commit comments

Comments
 (0)