#ifndef __VKI_SCNUMS_AMD64_LINUX_H
#define __VKI_SCNUMS_AMD64_LINUX_H
-// From linux-2.6.9/include/asm-x86_64/unistd.h
+// Derived from linux-2.6/arch/x86/syscalls/syscall_64.tbl
#define __NR_read 0
#define __NR_write 1
#define __NR_syncfs 306
#define __NR_sendmmsg 307
#define __NR_setns 308
+#define __NR_getcpu 309
+#define __NR_process_vm_readv 310
+#define __NR_process_vm_writev 311
#endif /* __VKI_SCNUMS_AMD64_LINUX_H */
#ifndef __VKI_SCNUMS_ARM_LINUX_H
#define __VKI_SCNUMS_ARM_LINUX_H
-// From linux-2.6.26.2/include/asm-arm/unistd.h
+// From linux-2.6/arch/arm/include/asm/unistd.h
#define __NR_restart_syscall 0
#define __NR_exit 1
#define __NR_syncfs 373
#define __NR_sendmmsg 374
#define __NR_setns 375
+#define __NR_process_vm_readv 376
+#define __NR_process_vm_writev 377
#ifndef __VKI_SCNUMS_PPC32_LINUX_H
#define __VKI_SCNUMS_PPC32_LINUX_H
-// From linux-2.6.9/include/asm-ppc/unistd.h
+// From linux-2.6/arc/powerpc/include/asm/unistd.h
#define __NR_restart_syscall 0
#define __NR_exit 1
#define __NR_syncfs 348
#define __NR_sendmmsg 349
#define __NR_setns 350
+#define __NR_process_vm_readv 351
+#define __NR_process_vm_writev 352
#endif /* __VKI_SCNUMS_PPC32_LINUX_H */
#ifndef __VKI_SCNUMS_PPC64_LINUX_H
#define __VKI_SCNUMS_PPC64_LINUX_H
-// From linux-2.6.16-rc4/include/asm-powerpc/unistd.h
+// From linux-2.6/arc/powerpc/include/asm/unistd.h
#define __NR_restart_syscall 0
#define __NR_exit 1
#define __NR_syncfs 348
#define __NR_sendmmsg 349
#define __NR_setns 350
+#define __NR_process_vm_readv 351
+#define __NR_process_vm_writev 352
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */
#define __VKI_SCNUMS_S390X_LINUX_H
//----------------------------------------------------------------------
-// From linux-2.6.39.2/include/asm-s390/unistd.h
+// From linux-2.6/arch/s390/include/asm/unistd.h
//----------------------------------------------------------------------
/*
#define __NR_open_by_handle_at 336
#define __NR_clock_adjtime 337
#define __NR_syncfs 338
-#define NR_syscalls 339
+#define __NR_setns 339
+#define __NR_process_vm_readv 340
+#define __NR_process_vm_writev 341
+#define NR_syscalls 342
/*
* There are some system calls that are not present on 64 bit, some
#ifndef __VKI_SCNUMS_X86_LINUX_H
#define __VKI_SCNUMS_X86_LINUX_H
-// From linux-2.6.9/include/asm-i386/unistd.h
+// Derived from linux-2.6/arch/x86/syscalls/syscall_32.tbl
#define __NR_restart_syscall 0
#define __NR_exit 1
#define __NR_syncfs 344
#define __NR_sendmmsg 345
#define __NR_setns 346
+#define __NR_process_vm_readv 347
+#define __NR_process_vm_writev 348
#endif /* __VKI_SCNUMS_X86_LINUX_H */