]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Resync system call lists with the 2.6.13-rc5 kernel source.
authorTom Hughes <tom@compton.nu>
Sat, 6 Aug 2005 18:04:14 +0000 (18:04 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 6 Aug 2005 18:04:14 +0000 (18:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4335

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

index 35b143dda8b98b6723e73a0ccadcf86ee61354c0..d36307644aacb55e8e197cf62d255844676b2810 100644 (file)
 #define __NR_keyctl            250
 #define __NR_ioprio_set                251
 #define __NR_ioprio_get                252
+#define __NR_inotify_init      253
+#define __NR_inotify_add_watch 254
+#define __NR_inotify_rm_watch  255
 
 #endif /* __VKI_UNISTD_AMD64_LINUX_H */
index 2abb8b662060bcad2341a469e392e1a2b62e2c9f..fcd3c558d08bd2ccbb06f1cfba760fe6b725c99e 100644 (file)
 //#define __NR_waitid          272
 //#define __NR_ioprio_set              273
 //#define __NR_ioprio_get              274
+//#define __NR_inotify_init    275
+//#define __NR_inotify_add_watch       276
+//#define __NR_inotify_rm_watch        277
 
 #endif /* __VKI_UNISTD_PPC32_LINUX_H */