mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
32 lines
1 KiB
Diff
32 lines
1 KiB
Diff
|
From d24768a36614bd5f547a60b9a1c64be707bd3a24 Mon Sep 17 00:00:00 2001
|
||
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||
|
Date: Sun, 2 Sep 2018 15:57:10 -0600
|
||
|
Subject: [PATCH 08/16] Revert "arm64: compat: wire up memfd_create syscall for
|
||
|
aarch32"
|
||
|
|
||
|
This reverts commit 92c47b1c5b173365582c61229e50dd6477b3e8a4.
|
||
|
---
|
||
|
arch/arm64/include/asm/unistd32.h | 5 +----
|
||
|
1 file changed, 1 insertion(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h
|
||
|
index 75eacd239848..c8d8fc17bd5a 100644
|
||
|
--- a/arch/arm64/include/asm/unistd32.h
|
||
|
+++ b/arch/arm64/include/asm/unistd32.h
|
||
|
@@ -404,11 +404,8 @@ __SYSCALL(379, sys_finit_module)
|
||
|
__SYSCALL(380, sys_sched_setattr)
|
||
|
__SYSCALL(381, sys_sched_getattr)
|
||
|
__SYSCALL(382, sys_renameat2)
|
||
|
-__SYSCALL(383, sys_ni_syscall) /* 383 for seccomp */
|
||
|
-__SYSCALL(384, sys_ni_syscall) /* 384 for getrandom */
|
||
|
-__SYSCALL(385, sys_memfd_create)
|
||
|
|
||
|
-#define __NR_compat_syscalls 386
|
||
|
+#define __NR_compat_syscalls 383
|
||
|
|
||
|
/*
|
||
|
* Compat syscall numbers used by the AArch64 kernel.
|
||
|
--
|
||
|
2.18.0
|
||
|
|