Update linux system call lists based on 2.6.23.1 kernel source.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7323 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vki/vki-scnums-ppc32-linux.h b/include/vki/vki-scnums-ppc32-linux.h
index 57eed65..4207b2b 100644
--- a/include/vki/vki-scnums-ppc32-linux.h
+++ b/include/vki/vki-scnums-ppc32-linux.h
@@ -343,8 +343,17 @@
 #define __NR_faccessat		298
 #define __NR_get_robust_list	299
 #define __NR_set_robust_list	300
+#define __NR_move_pages		301
+#define __NR_getcpu		302
+#define __NR_epoll_pwait	303
+#define __NR_utimensat		304
+#define __NR_signalfd		305
+#define __NR_timerfd		306
+#define __NR_eventfd		307
+#define __NR_sync_file_range2	308
+#define __NR_fallocate		309
 
-#define __NR_syscalls		301
+#define __NR_syscalls		310
 
 #endif /* __VKI_SCNUMS_PPC32_LINUX_H */