ARM: Fix build after memfd_create syscall
authorKyle Harrison <khwebmail@gmail.com>
Mon, 7 Oct 2019 11:25:34 +0000 (12:25 +0100)
committerDanny Wood <danwood76@gmail.com>
Thu, 28 Jan 2021 09:32:01 +0000 (09:32 +0000)
Error: __NR_syscalls is not equal to the size of the syscall table
Change-Id: I26519fb6be3882893ca4e82d8a011a6abe1a6f53

arch/arm/include/asm/unistd.h
arch/arm/include/uapi/asm/unistd.h

index f325d838eb553b1cedbfd54a3effdc70c7ea3a0a..32640c431a087f682ff461f971ca0c7c960c737e 100644 (file)
@@ -20,7 +20,8 @@
  * account for the padding in the syscall table
  */
 #define __NR_syscalls  (388)
- /*
+
+/*
  * *NOTE*: This is a ghost syscall private to the kernel.  Only the
  * __kuser_cmpxchg code in entry-armv.S should be aware of its
  * existence.  Don't ever use this from user code.
index c25ddf320f75a12e9b92cfb9fe2b84da722cbf3b..23d74d883d93ed8d1c0588b278b1fcd8d9c3f145 100644 (file)
 #define __NR_seccomp                   (__NR_SYSCALL_BASE+383)
 
 #define __NR_getrandom                 (__NR_SYSCALL_BASE+384)
+#define __NR_memfd_create              (__NR_SYSCALL_BASE+385)
 
 /*
  * The following SWIs are ARM private.