summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc-ports
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-26 14:58:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-26 14:58:32 +0000
commit06ae330bf4ad8aa68adfffc95bd8535e02476112 (patch)
tree1b0fd396a44b1f64069bfeb9b400906a7ee88892 /toolchain/glibc-ports
parentf29bf60fb1e17b3be80e9127332c53fcaebee55b (diff)
[toolchain] add support for glibc-2.4 (#5213)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/glibc-ports')
-rw-r--r--toolchain/glibc-ports/patches/2.4/100-mips-fork.patch7
1 files changed, 7 insertions, 0 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
new file mode 100644
index 000000000..8d53f41f1
--- /dev/null
+++ b/toolchain/glibc-ports/patches/2.4/100-mips-fork.patch
@@ -0,0 +1,7 @@
+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>
++