mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
arm: fixup NR_syscalls to accommodate the new seccomp syscall
This belongs in
commit: 83f1ccba87
https://android-review.googlesource.com/#/c/104520
Change-Id: Id5037cbebac9b86c863da79c3b8729e627e65f8e
Signed-off-by: JP Abgrall <jpa@google.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <uapi/asm/unistd.h>
|
||||
|
||||
#define __NR_syscalls (380)
|
||||
#define __NR_syscalls (384)
|
||||
#define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
|
||||
|
||||
#define __ARCH_WANT_STAT64
|
||||
|
||||
Reference in New Issue
Block a user