summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-12 15:46:33 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-12 22:38:45 +0200
commit8abb5b33c1aae035cf48b1c81104b433ff884c64 (patch)
treec11a0d8bff006637ceef6edadd15cc311038ea89 /toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch
parentb26883c9882d633995bd09b91106b88fe4f52709 (diff)
downloadbuildroot-novena-8abb5b33c1aae035cf48b1c81104b433ff884c64.tar.gz
buildroot-novena-8abb5b33c1aae035cf48b1c81104b433ff884c64.zip
toolchain/uClibc: remove deprecated version 0.9.31
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.31.1-fix-error-locale-utf-8.patch')
-rw-r--r--toolchain/uClibc/uClibc-0.9.31.1-fix-error-locale-utf-8.patch17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 1305add50..000000000
--- a/toolchain/uClibc/uClibc-0.9.31.1-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.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);