From: Tom Hughes Date: Wed, 17 May 2006 13:53:23 +0000 (+0000) Subject: Sync system call lists with 2.6.17-rc4 kernel source. X-Git-Tag: svn/VALGRIND_3_2_0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6253f17c85187f079de665ca2104f1ea870c50;p=thirdparty%2Fvalgrind.git Sync system call lists with 2.6.17-rc4 kernel source. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5904 --- diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h index a7a2e88138..039941391f 100644 --- a/coregrind/vki_unistd-amd64-linux.h +++ b/coregrind/vki_unistd-amd64-linux.h @@ -349,5 +349,11 @@ #define __NR_pselect6 270 #define __NR_ppoll 271 #define __NR_unshare 272 +#define __NR_set_robust_list 273 +#define __NR_get_robust_list 274 +#define __NR_splice 275 +#define __NR_tee 276 +#define __NR_sync_file_range 277 +#define __NR_vmsplice 278 #endif /* __VKI_UNISTD_AMD64_LINUX_H */ diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h index 6d0736019d..a7104a462a 100644 --- a/coregrind/vki_unistd-ppc32-linux.h +++ b/coregrind/vki_unistd-ppc32-linux.h @@ -319,7 +319,23 @@ #define __NR_pselect6 280 #define __NR_ppoll 281 #define __NR_unshare 282 +#define __NR_splice 283 +#define __NR_tee 284 +#define __NR_vmsplice 285 +#define __NR_openat 286 +#define __NR_mkdirat 287 +#define __NR_mknodat 288 +#define __NR_fchownat 289 +#define __NR_futimesat 290 +#define __NR_fstatat64 291 +#define __NR_unlinkat 292 +#define __NR_renameat 293 +#define __NR_linkat 294 +#define __NR_symlinkat 295 +#define __NR_readlinkat 296 +#define __NR_fchmodat 297 +#define __NR_faccessat 298 -#define __NR_syscalls 283 +#define __NR_syscalls 299 #endif /* __VKI_UNISTD_PPC32_LINUX_H */ diff --git a/coregrind/vki_unistd-ppc64-linux.h b/coregrind/vki_unistd-ppc64-linux.h index 5503cef062..d506d1bf7e 100644 --- a/coregrind/vki_unistd-ppc64-linux.h +++ b/coregrind/vki_unistd-ppc64-linux.h @@ -307,6 +307,27 @@ #define __NR_inotify_init 275 #define __NR_inotify_add_watch 276 #define __NR_inotify_rm_watch 277 +#define __NR_spu_run 278 +#define __NR_spu_create 279 +#define __NR_pselect6 280 +#define __NR_ppoll 281 +#define __NR_unshare 282 +#define __NR_splice 283 +#define __NR_tee 284 +#define __NR_vmsplice 285 +#define __NR_openat 286 +#define __NR_mkdirat 287 +#define __NR_mknodat 288 +#define __NR_fchownat 289 +#define __NR_futimesat 290 +#define __NR_newfstatat 291 +#define __NR_unlinkat 292 +#define __NR_renameat 293 +#define __NR_linkat 294 +#define __NR_symlinkat 295 +#define __NR_readlinkat 296 +#define __NR_fchmodat 297 +#define __NR_faccessat 298 #endif /* __VKI_UNISTD_PPC64_LINUX_H */ diff --git a/coregrind/vki_unistd-x86-linux.h b/coregrind/vki_unistd-x86-linux.h index 104d1250ca..f058d5625d 100644 --- a/coregrind/vki_unistd-x86-linux.h +++ b/coregrind/vki_unistd-x86-linux.h @@ -340,5 +340,11 @@ #define __NR_pselect6 308 #define __NR_ppoll 309 #define __NR_unshare 310 +#define __NR_set_robust_list 311 +#define __NR_get_robust_list 312 +#define __NR_splice 313 +#define __NR_sync_file_range 314 +#define __NR_tee 315 +#define __NR_vmsplice 316 #endif /* __VKI_UNISTD_X86_LINUX_H */