From 5600088d387491bd0af1879aa64e5d388805d8ec Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 3 Apr 2011 19:51:14 -0400 Subject: fix nl_langinfo to actually use the existing, correct internal version --- src/locale/nl_langinfo.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/locale/nl_langinfo.c (limited to 'src/locale/nl_langinfo.c') diff --git a/src/locale/nl_langinfo.c b/src/locale/nl_langinfo.c deleted file mode 100644 index bb3a2c46..00000000 --- a/src/locale/nl_langinfo.c +++ /dev/null @@ -1,13 +0,0 @@ -#include - -// FIXME: other items - -char *nl_langinfo(nl_item item) -{ - switch (item) { - case CODESET: - return "UTF-8"; - default: - return ""; - } -} -- cgit 1.4.1