diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-09 10:18:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-09 10:18:05 +0200 |
commit | 3eb9a36aa351ed8a5cc93665985fed2824e1efe5 (patch) | |
tree | e4b6609c92720a9123ef5a74270f7dfdd40931e9 /toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch | |
parent | 92ab7428e85027d8155855e67e8e03bb80c93a94 (diff) | |
download | buildroot-novena-3eb9a36aa351ed8a5cc93665985fed2824e1efe5.tar.gz buildroot-novena-3eb9a36aa351ed8a5cc93665985fed2824e1efe5.zip |
uClibc: bump 0.9.31.x version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch b/toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch new file mode 100644 index 000000000..1305add50 --- /dev/null +++ b/toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch @@ -0,0 +1,17 @@ +--- + extra/locale/gen_wc8bit.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: uClibc-0.9.31/extra/locale/gen_wc8bit.c +=================================================================== +--- uClibc-0.9.31.orig/extra/locale/gen_wc8bit.c ++++ uClibc-0.9.31/extra/locale/gen_wc8bit.c +@@ -120,7 +120,7 @@ + } + + locale_failure: +- printf("could not find a UTF8 locale ... please enable en_US.UTF-8\n"); ++ fprintf(stderr, "could not find a UTF8 locale ... please enable en_US.UTF-8\n"); + return EXIT_FAILURE; + locale_success: + pclose(fp); |