aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc-ports/patches
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-26 14:58:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-26 14:58:32 +0000
commitc4323adaee4c68d0ce5d340c74d07ececc8e97d8 (patch)
tree1b0fd396a44b1f64069bfeb9b400906a7ee88892 /toolchain/glibc-ports/patches
parentefc212c412db579026429bf35dd90c177ca7cd2a (diff)
downloadupstream-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.tar.gz
upstream-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.tar.bz2
upstream-c4323adaee4c68d0ce5d340c74d07ececc8e97d8.zip
[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/patches')
-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 0000000000..8d53f41f15
--- /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>
++