From: JP Abgrall Date: Thu, 28 Aug 2014 03:30:29 +0000 (-0700) Subject: arm: fixup NR_syscalls to accommodate the new seccomp syscall X-Git-Tag: firefly_0821_release~4090^2~259 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f56b1aa3553e8e75178a8f61f13d6d1ab896143c;p=firefly-linux-kernel-4.4.55.git arm: fixup NR_syscalls to accommodate the new seccomp syscall This belongs in commit: 83f1ccba87b06575966b65352db565c363af7bcf https://android-review.googlesource.com/#/c/104520 Change-Id: Id5037cbebac9b86c863da79c3b8729e627e65f8e Signed-off-by: JP Abgrall --- diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 141baa3f9a72..acabef1a75df 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -15,7 +15,7 @@ #include -#define __NR_syscalls (380) +#define __NR_syscalls (384) #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0) #define __ARCH_WANT_STAT64