|
From: Dirk M. <mu...@kd...> - 2005-07-26 06:53:49
|
SVN commit 438805 by mueller: sync with linux-2.6.13-rc3-git4 M +11 -1 vki_unistd.h =20 --- trunk/valgrind/coregrind/x86-linux/vki_unistd.h #438804:438805 @@ -317,7 +317,17 @@ #define __NR_mq_notify (__NR_mq_open+4) #define __NR_mq_getsetattr (__NR_mq_open+5) #define __NR_sys_kexec_load 283 +#define __NR_waitid=C2=B7 =C2=B7 284 +/* #define __NR_sys_setaltroot=C2=B7 285 */ +#define __NR_add_key=C2=B7 =C2=B7 286 +#define __NR_request_key=C2=B7 287 +#define __NR_keyctl=C2=B7 =C2=B7 288 +#define __NR_ioprio_set=C2=B7=C2=B7 289 +#define __NR_ioprio_get=C2=B7=C2=B7 290 +#define __NR_inotify_init=C2=B7 291 +#define __NR_inotify_add_watch=C2=B7 292 +#define __NR_inotify_rm_watch=C2=B7 293 =20 -#define NR_syscalls 284 +#define NR_syscalls 294 =20 #endif /* __X86_LINUX_VKI_UNISTD_H_ */ |