diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:12 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:12 +0000 |
commit | 334fd4199b94bddd3b17eaa93668e9f04f004ee0 (patch) | |
tree | 674661fe3699b36eae14bec14f39d0f5989da02e /toolchain/glibc-ports/patches/2.4 | |
parent | 6831c99f65e1d731d1916c58b29e6254d369620e (diff) | |
download | upstream-334fd4199b94bddd3b17eaa93668e9f04f004ee0.tar.gz upstream-334fd4199b94bddd3b17eaa93668e9f04f004ee0.tar.bz2 upstream-334fd4199b94bddd3b17eaa93668e9f04f004ee0.zip |
purge support for glibc - use eglibc instead!
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html
SVN-Revision: 31503
Diffstat (limited to 'toolchain/glibc-ports/patches/2.4')
-rw-r--r-- | toolchain/glibc-ports/patches/2.4/100-mips-fork.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/glibc-ports/patches/2.4/100-mips-fork.patch b/toolchain/glibc-ports/patches/2.4/100-mips-fork.patch deleted file mode 100644 index 8d53f41f15..0000000000 --- a/toolchain/glibc-ports/patches/2.4/100-mips-fork.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff --exclude=.svn -pNur glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/nptl/fork.c glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/nptl/fork.c ---- glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/nptl/fork.c 2009-02-09 15:13:14.996030533 +0100 -+++ glibc-ports-2.4/sysdeps/unix/sysv/linux/mips/nptl/fork.c 2009-02-09 15:13:34.402489340 +0100 -@@ -1 +1,2 @@ --#include "../i386/fork.c" -+#include <sysdeps/unix/sysv/linux/i386/fork.c> -+ |