diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-04-03 19:51:14 -0400 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-04-03 19:51:14 -0400 |
| commit | 5600088d387491bd0af1879aa64e5d388805d8ec (patch) | |
| tree | 924a8da2c193498161598b29aa563dff3328e1f4 /src/locale/nl_langinfo.c | |
| parent | make ualarm actually work (obsolete function removed from SUS) (diff) | |
| download | grovel-5600088d387491bd0af1879aa64e5d388805d8ec.tar.gz grovel-5600088d387491bd0af1879aa64e5d388805d8ec.tar.xz | |
fix nl_langinfo to actually use the existing, correct internal version
Diffstat (limited to 'src/locale/nl_langinfo.c')
| -rw-r--r-- | src/locale/nl_langinfo.c | 13 |
1 files changed, 0 insertions, 13 deletions
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 <langinfo.h> - -// FIXME: other items - -char *nl_langinfo(nl_item item) -{ - switch (item) { - case CODESET: - return "UTF-8"; - default: - return ""; - } -} |
