aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
blob: ec5a87d2a3d479de1d02964eea5993392cf0e1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 */