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
commit4cd86e8cb2c1d98ac4a9e6080a47ff668db48549 (patch)
tree68a004aec315a5f929f439c6aef6d4996f05c7ed /toolchain/uClibc/patches-0.9.32/150-cris_missing_syscall_include.patch
parent1789f2cc5484c834ea333a56f7d3798651085169 (diff)
downloadmaster-187ad058-4cd86e8cb2c1d98ac4a9e6080a47ff668db48549.tar.gz
master-187ad058-4cd86e8cb2c1d98ac4a9e6080a47ff668db48549.tar.bz2
master-187ad058-4cd86e8cb2c1d98ac4a9e6080a47ff668db48549.zip
[toolchain/uClibc]: update to latest git
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25082 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. */