|
From: <sv...@va...> - 2005-08-06 18:04:19
|
Author: tom Date: 2005-08-06 19:04:14 +0100 (Sat, 06 Aug 2005) New Revision: 4335 Log: Resync system call lists with the 2.6.13-rc5 kernel source. Modified: trunk/coregrind/vki_unistd-amd64-linux.h trunk/coregrind/vki_unistd-ppc32-linux.h Modified: trunk/coregrind/vki_unistd-amd64-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/vki_unistd-amd64-linux.h 2005-08-06 12:26:26 UTC (rev= 4334) +++ trunk/coregrind/vki_unistd-amd64-linux.h 2005-08-06 18:04:14 UTC (rev= 4335) @@ -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 =20 #endif /* __VKI_UNISTD_AMD64_LINUX_H */ Modified: trunk/coregrind/vki_unistd-ppc32-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/vki_unistd-ppc32-linux.h 2005-08-06 12:26:26 UTC (rev= 4334) +++ trunk/coregrind/vki_unistd-ppc32-linux.h 2005-08-06 18:04:14 UTC (rev= 4335) @@ -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 =20 #endif /* __VKI_UNISTD_PPC32_LINUX_H */ |