aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-24 09:40:24 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-24 09:40:24 +0000
commit1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72 (patch)
tree63ef4ee1330dfb35fc1e8ae0af425fafe265e050 /toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch
parentcf3d4be590f2f42a2baf578ef6c5723fc1596fea (diff)
downloadupstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.tar.gz
upstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.tar.bz2
upstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.zip
update to latest git
SVN-Revision: 25082
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch b/toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch
deleted file mode 100644
index 0f74d6e5ef..0000000000
--- a/toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libc/sysdeps/linux/cris/sysdep.h
-+++ b/libc/sysdeps/linux/cris/sysdep.h
-@@ -20,6 +20,8 @@
- #ifndef _SYSDEP_H_
- #define _SYSDEP_H_
-
-+#include <sys/syscall.h>
-+
- #ifndef C_LABEL
-
- /* Define a macro we can use to construct the asm name for a C symbol. */