aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-25 13:38:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-25 13:38:58 +0000
commita648edde9f2c90f98f5549121e3e6def09e27fc2 (patch)
tree61deda84d43c6f5501808b00ea69403541e6a63d /toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch
parent56a73bb2e7ea70e354d655b8dd346b3cbf279d74 (diff)
downloadupstream-a648edde9f2c90f98f5549121e3e6def09e27fc2.tar.gz
upstream-a648edde9f2c90f98f5549121e3e6def09e27fc2.tar.bz2
upstream-a648edde9f2c90f98f5549121e3e6def09e27fc2.zip
uClibc: update to latest 0.9.32.1 git
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch b/toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch
index b2cd37fdd7..58b03ec7d9 100644
--- a/toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch
+++ b/toolchain/uClibc/patches-0.9.32/350-use-fputs_unlocked.patch
@@ -6,11 +6,9 @@ Date: Tue May 24 14:36:42 2011 +0200
this eliminates a source of reproduceable freezes
-diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c
-index 3db8cdf..069db16 100644
--- a/libc/stdio/_vfprintf.c
+++ b/libc/stdio/_vfprintf.c
-@@ -1229,7 +1229,7 @@ static size_t _fp_out_narrow(FILE *fp, intptr_t type, intptr_t len, intptr_t buf
+@@ -1229,7 +1229,7 @@ static size_t _fp_out_narrow(FILE *fp, i
#define STRLEN wcslen
#define _PPFS_init _ppwfs_init
/* Pulls in fseek: */