summaryrefslogtreecommitdiffstats
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)
downloadpoky-b11c8d86572f00d46f32185f629dea8b564fd85a.tar.gz
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 0000000000..ec5a87d2a3
--- /dev/null
+++ b/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
@@ -0,0 +1,22 @@
1# define the _syscall macros, needed to build util-linux
2
3Index: linux-2.6.18/include/asm-arm/unistd.h
4===================================================================
5--- linux-2.6.18.orig/include/asm-arm/unistd.h 2006-10-02 18:05:31.000000000 +0200
6+++ linux-2.6.18/include/asm-arm/unistd.h 2006-10-02 18:05:47.000000000 +0200
7@@ -376,9 +376,6 @@
8 #undef __NR_ipc
9 #endif
10
11-#ifdef __KERNEL__
12-#include <linux/linkage.h>
13-
14 #define __sys2(x) #x
15 #define __sys1(x) __sys2(x)
16
17@@ -580,5 +577,4 @@
18 */
19 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
20
21-#endif /* __KERNEL__ */
22 #endif /* __ASM_ARM_UNISTD_H */