From: Tom Hughes Date: Mon, 20 Mar 2006 15:36:45 +0000 (+0000) Subject: Sync system call lists with the 2.6.16 kernel. X-Git-Tag: svn/VALGRIND_3_2_0~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefa3d957435b97ed9ae9a83118c3a9247064f53;p=thirdparty%2Fvalgrind.git Sync system call lists with the 2.6.16 kernel. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5783 --- diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h index d36307644a..a7a2e88138 100644 --- a/coregrind/vki_unistd-amd64-linux.h +++ b/coregrind/vki_unistd-amd64-linux.h @@ -332,5 +332,22 @@ #define __NR_inotify_init 253 #define __NR_inotify_add_watch 254 #define __NR_inotify_rm_watch 255 +#define __NR_migrate_pages 256 +#define __NR_openat 257 +#define __NR_mkdirat 258 +#define __NR_mknodat 259 +#define __NR_fchownat 260 +#define __NR_futimesat 261 +#define __NR_newfstatat 262 +#define __NR_unlinkat 263 +#define __NR_renameat 264 +#define __NR_linkat 265 +#define __NR_symlinkat 266 +#define __NR_readlinkat 267 +#define __NR_fchmodat 268 +#define __NR_faccessat 269 +#define __NR_pselect6 270 +#define __NR_ppoll 271 +#define __NR_unshare 272 #endif /* __VKI_UNISTD_AMD64_LINUX_H */ diff --git a/coregrind/vki_unistd-x86-linux.h b/coregrind/vki_unistd-x86-linux.h index 7dbbcd2364..104d1250ca 100644 --- a/coregrind/vki_unistd-x86-linux.h +++ b/coregrind/vki_unistd-x86-linux.h @@ -323,5 +323,22 @@ #define __NR_inotify_init 291 #define __NR_inotify_add_watch 292 #define __NR_inotify_rm_watch 293 +#define __NR_migrate_pages 294 +#define __NR_openat 295 +#define __NR_mkdirat 296 +#define __NR_mknodat 297 +#define __NR_fchownat 298 +#define __NR_futimesat 299 +#define __NR_fstatat64 300 +#define __NR_unlinkat 301 +#define __NR_renameat 302 +#define __NR_linkat 303 +#define __NR_symlinkat 304 +#define __NR_readlinkat 305 +#define __NR_fchmodat 306 +#define __NR_faccessat 307 +#define __NR_pselect6 308 +#define __NR_ppoll 309 +#define __NR_unshare 310 #endif /* __VKI_UNISTD_X86_LINUX_H */