summaryrefslogtreecommitdiff
path: root/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-03-05 09:28:38 +0000
committerRichard Purdie <richard@openedhand.com>2007-03-05 09:28:38 +0000
commitb11c8d86572f00d46f32185f629dea8b564fd85a (patch)
treedd196f42cad58400ff61ed1da099baccefe196f8 /meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
parentb64abc60d6babf2bd95bf81d4e5d336071ad2900 (diff)
downloadopenembedded-core-b11c8d86572f00d46f32185f629dea8b564fd85a.tar.gz
openembedded-core-b11c8d86572f00d46f32185f629dea8b564fd85a.tar.bz2
openembedded-core-b11c8d86572f00d46f32185f629dea8b564fd85a.tar.xz
openembedded-core-b11c8d86572f00d46f32185f629dea8b564fd85a.zip
linux-libc-headers: Add 2.6.18 (from OE.dev)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1322 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch b/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
new file mode 100644
index 000000000..ec5a87d2a
--- /dev/null
+++ b/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
@@ -0,0 +1,22 @@
+# define the _syscall macros, needed to build util-linux
+
+Index: linux-2.6.18/include/asm-arm/unistd.h
+===================================================================
+--- linux-2.6.18.orig/include/asm-arm/unistd.h 2006-10-02 18:05:31.000000000 +0200
++++ linux-2.6.18/include/asm-arm/unistd.h 2006-10-02 18:05:47.000000000 +0200
+@@ -376,9 +376,6 @@
+ #undef __NR_ipc
+ #endif
+
+-#ifdef __KERNEL__
+-#include <linux/linkage.h>
+-
+ #define __sys2(x) #x
+ #define __sys1(x) __sys2(x)
+
+@@ -580,5 +577,4 @@
+ */
+ #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
+
+-#endif /* __KERNEL__ */
+ #endif /* __ASM_ARM_UNISTD_H */