[Armadeus-commitlog] SF.net SVN: armadeus: [682] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2007-11-16 15:18:34
|
Revision: 682
http://armadeus.svn.sourceforge.net/armadeus/?rev=682&view=rev
Author: thom25
Date: 2007-11-16 07:18:37 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
fix syscall warning
Added Paths:
-----------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/077-linux-2.6.23-arm-checksyscalls.diff
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/077-linux-2.6.23-arm-checksyscalls.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/077-linux-2.6.23-arm-checksyscalls.diff (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/077-linux-2.6.23-arm-checksyscalls.diff 2007-11-16 15:18:37 UTC (rev 682)
@@ -0,0 +1,16 @@
+--- linux.org/scripts/checksyscalls.sh 2008-10-07 00:50:25.000000000 +0200
++++ linux/scripts/checksyscalls.sh 2008-10-07 00:49:39.000000000 +0200
+@@ -29,6 +29,13 @@ cat << EOF
+ #define __IGNORE_statfs64
+ #endif
+
++#define __IGNORE_epoll_pwait
++#define __IGNORE_migrate_pages
++#define __IGNORE_pselect6
++#define __IGNORE_ppoll
++#define __IGNORE_fallocate
++#define __IGNORE_fadvise64
++
+ /* i386-specific or historical system calls */
+ #define __IGNORE_break
+ #define __IGNORE_stty
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|