diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-12-05 09:01:34 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-07 21:48:57 +0100 |
commit | eb9e933292d3e262debda5cc7d0a6a295d2ba479 (patch) | |
tree | 408115588ae36c876138b24f8348309237ba3179 /toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch | |
parent | 7cbb85c15065aa02c425747c4d5df15c1934fd33 (diff) | |
download | buildroot-novena-eb9e933292d3e262debda5cc7d0a6a295d2ba479.tar.gz buildroot-novena-eb9e933292d3e262debda5cc7d0a6a295d2ba479.zip |
uClibc: remove deprecated 0.9.30 series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch b/toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch deleted file mode 100644 index 2fe6c508c..000000000 --- a/toolchain/uClibc/uClibc-0.9.30.3-fix-error-locale-utf-8.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - extra/locale/gen_wc8bit.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: uClibc-0.9.30.3/extra/locale/gen_wc8bit.c -=================================================================== ---- uClibc-0.9.30.3.orig/extra/locale/gen_wc8bit.c -+++ uClibc-0.9.30.3/extra/locale/gen_wc8bit.c -@@ -119,7 +119,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); |