]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Sync system call lists with the 2.6.16 kernel.
authorTom Hughes <tom@compton.nu>
Mon, 20 Mar 2006 15:36:45 +0000 (15:36 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 20 Mar 2006 15:36:45 +0000 (15:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5783

coregrind/vki_unistd-amd64-linux.h
coregrind/vki_unistd-x86-linux.h

index d36307644aacb55e8e197cf62d255844676b2810..a7a2e881388ffece2526fe0b7e0ec852bbd28e4e 100644 (file)
 #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 */
index 7dbbcd2364bf39e3f36c0cb0c41deb3221b0f3ca..104d1250cac86fcb85055980bcf89fceaf51a14d 100644 (file)
 #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 */