Commit be7b264a authored by Chuck Ebbert's avatar Chuck Ebbert Committed by Adrian Bunk

x86_64: fix ia32 syscall count

Signed-off-by: default avatarChuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 044a3e96
......@@ -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_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment