summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpcyrd <git@rxv.cc>2017-12-17 02:35:36 +0100
committerkpcyrd <git@rxv.cc>2017-12-17 02:35:36 +0100
commit6610e424ec799e2f6c3353d4935f8aca6c9ba4ac (patch)
tree22e2c162ac85212c9171c3a55611dcc96db2c2b3
parentac365733d9a55f1f9e7064bf5649ff7279421774 (diff)
downloadrust-libc-6610e424ec799e2f6c3353d4935f8aca6c9ba4ac.tar.gz
Remove special aarch64 syscalls again
-rw-r--r--src/unix/notbsd/linux/other/b64/aarch64.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/unix/notbsd/linux/other/b64/aarch64.rs b/src/unix/notbsd/linux/other/b64/aarch64.rs
index 03ab0fc219..80ebe7e5cf 100644
--- a/src/unix/notbsd/linux/other/b64/aarch64.rs
+++ b/src/unix/notbsd/linux/other/b64/aarch64.rs
@@ -773,12 +773,6 @@ 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;
-pub const SYS_open: ::c_long = 1024;
-pub const SYS_stat: ::c_long = 1038;
-pub const SYS_lstat: ::c_long = 1039;
-pub const SYS_pipe: ::c_long = 1040;
-pub const SYS_getdents: ::c_long = 1065;
-pub const SYS_poll: ::c_long = 1068;
#[link(name = "util")]
extern {