Author: tom
Date: 2008-01-08 16:10:47 +0000 (Tue, 08 Jan 2008)
New Revision: 7323

Log:
Update linux system call lists based on 2.6.23.1 kernel source.

Modified:
   trunk/include/vki/vki-scnums-amd64-linux.h
   trunk/include/vki/vki-scnums-ppc32-linux.h
   trunk/include/vki/vki-scnums-ppc64-linux.h
   trunk/include/vki/vki-scnums-x86-linux.h


Modified: trunk/include/vki/vki-scnums-amd64-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-amd64-linux.h  2008-01-08 13:54:43 UTC (rev 
7322)
+++ trunk/include/vki/vki-scnums-amd64-linux.h  2008-01-08 16:10:47 UTC (rev 
7323)
@@ -360,6 +360,13 @@
 #define __NR_tee               276
 #define __NR_sync_file_range   277
 #define __NR_vmsplice          278
+#define __NR_move_pages                279
+#define __NR_utimensat         280
+#define __NR_epoll_pwait       281
+#define __NR_signalfd          282
+#define __NR_timerfd           283
+#define __NR_eventfd           284
+#define __NR_fallocate         285
 
 #endif /* __VKI_SCNUMS_AMD64_LINUX_H */
 

Modified: trunk/include/vki/vki-scnums-ppc32-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-ppc32-linux.h  2008-01-08 13:54:43 UTC (rev 
7322)
+++ trunk/include/vki/vki-scnums-ppc32-linux.h  2008-01-08 16:10:47 UTC (rev 
7323)
@@ -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 */
 

Modified: trunk/include/vki/vki-scnums-ppc64-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-ppc64-linux.h  2008-01-08 13:54:43 UTC (rev 
7322)
+++ trunk/include/vki/vki-scnums-ppc64-linux.h  2008-01-08 16:10:47 UTC (rev 
7323)
@@ -335,6 +335,15 @@
 #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
 
 #endif /* __VKI_SCNUMS_PPC64_LINUX_H */
 

Modified: trunk/include/vki/vki-scnums-x86-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-x86-linux.h    2008-01-08 13:54:43 UTC (rev 
7322)
+++ trunk/include/vki/vki-scnums-x86-linux.h    2008-01-08 16:10:47 UTC (rev 
7323)
@@ -351,7 +351,14 @@
 #define __NR_sync_file_range   314
 #define __NR_tee               315
 #define __NR_vmsplice          316
+#define __NR_move_pages                317
+#define __NR_getcpu            318
+#define __NR_epoll_pwait       319
 #define __NR_utimensat         320
+#define __NR_signalfd          321
+#define __NR_timerfd           322
+#define __NR_eventfd           323
+#define __NR_fallocate         324
 
 #endif /* __VKI_SCNUMS_X86_LINUX_H */
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to