Update unistd headers to match the 2.6.13-rc3 kernel source.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4249 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vki_unistd-amd64-linux.h b/coregrind/vki_unistd-amd64-linux.h
index d6cd28d..35b143d 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 */