From c2d4c4951a28341dc6c71634dee4cc3482367f71 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 6 Aug 2005 18:04:14 +0000 Subject: [PATCH] Resync system call lists with the 2.6.13-rc5 kernel source. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4335 --- coregrind/vki_unistd-amd64-linux.h | 3 +++ coregrind/vki_unistd-ppc32-linux.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h index 35b143dda8..d36307644a 100644 --- a/coregrind/vki_unistd-amd64-linux.h +++ b/coregrind/vki_unistd-amd64-linux.h @@ -329,5 +329,8 @@ #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 */ diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h index 2abb8b6620..fcd3c558d0 100644 --- a/coregrind/vki_unistd-ppc32-linux.h +++ b/coregrind/vki_unistd-ppc32-linux.h @@ -304,5 +304,8 @@ //#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 */ -- 2.47.3