|
From: <sv...@va...> - 2005-07-25 15:04:06
|
Author: tom Date: 2005-07-25 16:04:00 +0100 (Mon, 25 Jul 2005) New Revision: 4249 Log: Update unistd headers to match the 2.6.13-rc3 kernel source. Modified: trunk/coregrind/vki_unistd-amd64-linux.h trunk/coregrind/vki_unistd-ppc32-linux.h trunk/coregrind/vki_unistd-x86-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-07-25 12:49:39 UTC (rev= 4248) +++ trunk/coregrind/vki_unistd-amd64-linux.h 2005-07-25 15:04:00 UTC (rev= 4249) @@ -324,6 +324,10 @@ #define __NR_mq_getsetattr 245 #define __NR_kexec_load 246 #define __NR_waitid 247 +#define __NR_add_key 248 +#define __NR_request_key 249 +#define __NR_keyctl 250 +#define __NR_ioprio_set 251 +#define __NR_ioprio_get 252 =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-07-25 12:49:39 UTC (rev= 4248) +++ trunk/coregrind/vki_unistd-ppc32-linux.h 2005-07-25 15:04:00 UTC (rev= 4249) @@ -298,5 +298,11 @@ //#define __NR_mq_notify 266 //#define __NR_mq_getsetattr 267 //#define __NR_kexec_load 268 +//#define __NR_add_key 269 +//#define __NR_request_key 270 +//#define __NR_keyctl 271 +//#define __NR_waitid 272 +//#define __NR_ioprio_set 273 +//#define __NR_ioprio_get 274 =20 #endif /* __VKI_UNISTD_PPC32_LINUX_H */ Modified: trunk/coregrind/vki_unistd-x86-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-x86-linux.h 2005-07-25 12:49:39 UTC (rev 4= 248) +++ trunk/coregrind/vki_unistd-x86-linux.h 2005-07-25 15:04:00 UTC (rev 4= 249) @@ -280,7 +280,7 @@ #define __NR_io_submit 248 #define __NR_io_cancel 249 #define __NR_fadvise64 250 - +#define __NR_set_zone_reclaim 251 #define __NR_exit_group 252 #define __NR_lookup_dcookie 253 #define __NR_epoll_create 254 @@ -313,6 +313,15 @@ #define __NR_mq_notify (__NR_mq_open+4) #define __NR_mq_getsetattr (__NR_mq_open+5) #define __NR_sys_kexec_load 283 -#define __NR_wait 284 +#define __NR_waitid 284 +/* #define __NR_sys_setaltroot 285 */ +#define __NR_add_key 286 +#define __NR_request_key 287 +#define __NR_keyctl 288 +#define __NR_ioprio_set 289 +#define __NR_ioprio_get 290 +#define __NR_inotify_init 291 +#define __NR_inotify_add_watch 292 +#define __NR_inotify_rm_watch 293 =20 #endif /* __VKI_UNISTD_X86_LINUX_H */ |