aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/unistd.h
diff options
context:
space:
mode:
authorNamhoon Kim <namhoonk@cs.unc.edu>2016-03-23 07:12:48 -0400
committerNamhoon Kim <namhoonk@cs.unc.edu>2016-03-23 07:12:48 -0400
commit2e23e3f0cc7c3249b510e94b5b3ec92577b67e81 (patch)
treee7013e91d61647510e55d4472987c6c24dea136f /arch/arm/include/asm/unistd.h
parentec03ee041b4bf4de3983166dbfded77a90541420 (diff)
initial
Diffstat (limited to 'arch/arm/include/asm/unistd.h')
-rw-r--r--arch/arm/include/asm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h
index 7197bbe4dda1..3b7d36b921d3 100644
--- a/arch/arm/include/asm/unistd.h
+++ b/arch/arm/include/asm/unistd.h
@@ -19,7 +19,7 @@
19 * This may need to be greater than __NR_last_syscall+1 in order to 19 * This may need to be greater than __NR_last_syscall+1 in order to
20 * account for the padding in the syscall table 20 * account for the padding in the syscall table
21 */ 21 */
22#define __NR_syscalls (388 + NR_litmus_syscalls + 3) 22#define __NR_syscalls (388 + NR_litmus_syscalls + 2)
23 23
24 24
25/* 25/*