update syscall defs to latest kernel ones

patch submitted by Kristian L. <[email protected]>
This commit is contained in:
Rich Felker
2012-06-23 21:16:44 -04:00
parent 4e8b0938d9
commit 213db3e3fa
3 changed files with 38 additions and 0 deletions
+4
View File
@@ -374,6 +374,8 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
#define __NR_syncfs 373
#define __NR_sendmmsg 374
#define __NR_setns 375
#define __NR_process_vm_readv 376
#define __NR_process_vm_writev 377
/* fixup legacy 16-bit junk */
#undef __NR_lchown
@@ -781,6 +783,8 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
#define SYS_syncfs 373
#define SYS_sendmmsg 374
#define SYS_setns 375
#define SYS_process_vm_readv 376
#define SYS_process_vm_writev 377
/* fixup legacy 16-bit junk */
#undef SYS_lchown