projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ff7fa
)
arm: fixup NR_syscalls to accommodate the new seccomp syscall
author
JP Abgrall
<jpa@google.com>
Thu, 28 Aug 2014 03:30:29 +0000
(20:30 -0700)
committer
JP Abgrall
<jpa@google.com>
Thu, 28 Aug 2014 03:32:43 +0000
(
03:32
+0000)
This belongs in
commit:
83f1ccba87b06575966b65352db565c363af7bcf
https://android-review.googlesource.com/#/c/104520
Change-Id: Id5037cbebac9b86c863da79c3b8729e627e65f8e
Signed-off-by: JP Abgrall <jpa@google.com>
arch/arm/include/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/unistd.h
b/arch/arm/include/asm/unistd.h
index 141baa3f9a72d1d931da67c30c600fa85bc4bfc5..acabef1a75df00637def7a94af9f1425d281b7f0 100644
(file)
--- a/
arch/arm/include/asm/unistd.h
+++ b/
arch/arm/include/asm/unistd.h
@@
-15,7
+15,7
@@
#include <uapi/asm/unistd.h>
-#define __NR_syscalls (38
0
)
+#define __NR_syscalls (38
4
)
#define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
#define __ARCH_WANT_STAT64