summaryrefslogtreecommitdiff
path: root/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-16 11:06:28 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-16 11:06:28 +0000
commit25c0b9730827887e5da64332c89b8102ca6d7f6b (patch)
treef4f6b5ad802833b293efed9cfc106b035220f46c /meta/packages/linux-libc-headers/linux-libc-headers-2.6.18
parent018963dfac62c364cf5ed1ecdfe661141d32d5b7 (diff)
downloadopenembedded-core-25c0b9730827887e5da64332c89b8102ca6d7f6b.tar.gz
openembedded-core-25c0b9730827887e5da64332c89b8102ca6d7f6b.tar.bz2
openembedded-core-25c0b9730827887e5da64332c89b8102ca6d7f6b.tar.xz
openembedded-core-25c0b9730827887e5da64332c89b8102ca6d7f6b.zip
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.patch22
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 ec5a87d2a..000000000
--- a/meta/packages/linux-libc-headers/linux-libc-headers-2.6.18/arm-syscall-define.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 */