aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKyle McMartin <kyle@hera.kernel.org>2007-02-21 10:36:05 -0500
committerKyle McMartin <kyle@hera.kernel.org>2007-02-21 10:36:05 -0500
commit1055a8af093fea7490445bd15cd671020e542035 (patch)
tree3e0acbaa8e83c2e98a9ea9f069ffa9c5c6c9ff25 /include
parent2ed0e2435939c8199abd3578a3a4991c5a7d5ca8 (diff)
[PARISC] Use symbolic last syscall in __NR_Linux_syscalls
Hopefully will prevent people from forgetting to update this... Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-parisc/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h
index 5513bdf11463..2f7c40861c91 100644
--- a/include/asm-parisc/unistd.h
+++ b/include/asm-parisc/unistd.h
@@ -793,7 +793,7 @@
793#define __NR_statfs64 (__NR_Linux + 298) 793#define __NR_statfs64 (__NR_Linux + 298)
794#define __NR_fstatfs64 (__NR_Linux + 299) 794#define __NR_fstatfs64 (__NR_Linux + 299)
795 795
796#define __NR_Linux_syscalls 300 796#define __NR_Linux_syscalls (__NR_fstatfs64 + 1)
797 797
798#define HPUX_GATEWAY_ADDR 0xC0000004 798#define HPUX_GATEWAY_ADDR 0xC0000004
799#define LINUX_GATEWAY_ADDR 0x100 799#define LINUX_GATEWAY_ADDR 0x100