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:
parent
81ff7fa232
commit
f56b1aa355
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue