From: Tom Hughes Date: Mon, 25 Jul 2005 15:04:00 +0000 (+0000) Subject: Update unistd headers to match the 2.6.13-rc3 kernel source. X-Git-Tag: svn/VALGRIND_3_0_0~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e44228371e32016b9572d2ce458800235daa080e;p=thirdparty%2Fvalgrind.git Update unistd headers to match the 2.6.13-rc3 kernel source. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4249 --- diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h index d6cd28da04..35b143dda8 100644 --- a/coregrind/vki_unistd-amd64-linux.h +++ b/coregrind/vki_unistd-amd64-linux.h @@ -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 #endif /* __VKI_UNISTD_AMD64_LINUX_H */ diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h index 0a47df7307..1e0551bdc3 100644 --- a/coregrind/vki_unistd-ppc32-linux.h +++ b/coregrind/vki_unistd-ppc32-linux.h @@ -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 #endif /* __VKI_UNISTD_PPC32_LINUX_H */ diff --git a/coregrind/vki_unistd-x86-linux.h b/coregrind/vki_unistd-x86-linux.h index f46af8cf84..7dbbcd2364 100644 --- a/coregrind/vki_unistd-x86-linux.h +++ b/coregrind/vki_unistd-x86-linux.h @@ -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 #endif /* __VKI_UNISTD_X86_LINUX_H */