diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:06:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-16 11:06:28 +0000 |
commit | 25c0b9730827887e5da64332c89b8102ca6d7f6b (patch) | |
tree | f4f6b5ad802833b293efed9cfc106b035220f46c /meta/packages/linux-libc-headers/linux-libc-headers-2.6.18 | |
parent | 018963dfac62c364cf5ed1ecdfe661141d32d5b7 (diff) | |
download | poky-25c0b9730827887e5da64332c89b8102ca6d7f6b.tar.gz |
linux-libc-headers: Clear out old versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4667 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers-2.6.18')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index ec5a87d2a3..0000000000 --- a/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # define the _syscall macros, needed to build util-linux | ||
2 | |||
3 | Index: 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 */ | ||