Skip to content

Commit

Permalink
[breaking change] Remove SYS_syscalls and SYS_arch_specific_syscall f…
Browse files Browse the repository at this point in the history
…rom aarch64
  • Loading branch information
gnzlbg committed May 15, 2019
1 parent 483980a commit 59ae027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/notbsd/linux/other/b64/aarch64.rs
Expand Up @@ -786,7 +786,6 @@ pub const SYS_rt_tgsigqueueinfo: ::c_long = 240;
pub const SYS_perf_event_open: ::c_long = 241;
pub const SYS_accept4: ::c_long = 242;
pub const SYS_recvmmsg: ::c_long = 243;
pub const SYS_arch_specific_syscall: ::c_long = 244;
pub const SYS_wait4: ::c_long = 260;
pub const SYS_prlimit64: ::c_long = 261;
pub const SYS_fanotify_init: ::c_long = 262;
Expand Down Expand Up @@ -818,7 +817,6 @@ pub const SYS_pwritev2: ::c_long = 287;
pub const SYS_pkey_mprotect: ::c_long = 288;
pub const SYS_pkey_alloc: ::c_long = 289;
pub const SYS_pkey_free: ::c_long = 290;
pub const SYS_syscalls: ::c_long = 291;

#[link(name = "util")]
extern {
Expand Down

0 comments on commit 59ae027

Please sign in to comment.