projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044a3e9
)
x86_64: fix ia32 syscall count
author
Chuck Ebbert
<76306.1226@compuserve.com>
Thu, 4 Jan 2007 22:01:18 +0000
(23:01 +0100)
committer
Adrian Bunk
<bunk@stusta.de>
Tue, 9 Jan 2007 02:23:30 +0000
(
03:23
+0100)
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
include/asm-x86_64/ia32_unistd.h
patch
|
blob
|
history
diff --git
a/include/asm-x86_64/ia32_unistd.h
b/include/asm-x86_64/ia32_unistd.h
index eeb2bcd635de610095baa83a210564777d72ad53..34ad297f9d58bf93cd235f69e34843e8d5f3156b 100644
(file)
--- 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 31
5
/* must be > than biggest syscall! */
+#define IA32_NR_syscalls 31
1
/* must be > than biggest syscall! */
#endif /* _ASM_X86_64_IA32_UNISTD_H_ */