diff options
author | Chuck Ebbert <76306.1226@compuserve.com> | 2007-01-04 23:01:18 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-01-09 03:23:30 +0100 |
commit | be7b264ae676589398f8bff7ea53b01851f17be2 (patch) | |
tree | f446c1e09c4b395061c8d365ad56c23a2334c4a2 | |
parent | 044a3e96c42df125bbc046495d49a6b8f380aa5a (diff) |
x86_64: fix ia32 syscall count
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | include/asm-x86_64/ia32_unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/ia32_unistd.h b/include/asm-x86_64/ia32_unistd.h index eeb2bcd635de..34ad297f9d58 100644 --- a/include/asm-x86_64/ia32_unistd.h +++ b/include/asm-x86_64/ia32_unistd.h @@ -317,6 +317,6 @@ #define __NR_ia32_ppoll 309 #define __NR_ia32_unshare 310 -#define IA32_NR_syscalls 315 /* must be > than biggest syscall! */ +#define IA32_NR_syscalls 311 /* must be > than biggest syscall! */ #endif /* _ASM_X86_64_IA32_UNISTD_H_ */ |