From 6610e424ec799e2f6c3353d4935f8aca6c9ba4ac Mon Sep 17 00:00:00 2001
From: kpcyrd <git@rxv.cc>
Date: Sun, 17 Dec 2017 02:35:36 +0100
Subject: [PATCH] Remove special aarch64 syscalls again

---
 src/unix/notbsd/linux/other/b64/aarch64.rs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/unix/notbsd/linux/other/b64/aarch64.rs b/src/unix/notbsd/linux/other/b64/aarch64.rs
index 03ab0fc2..80ebe7e5 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 {
-- 
GitLab