summaryrefslogtreecommitdiff
path: root/libc/misc/locale/locale.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-21 18:13:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-21 18:13:36 +0000
commitc132ecc38fe4508e9dbd97ec9ada86d6637d97ae (patch)
tree64331b264ad988f176bbd6c6c540451a4b1b19ef /libc/misc/locale/locale.c
parenta10cb1d4a37161dc39761e342d66837c9f22021d (diff)
Stub out localeconv. Please look over this to check it is correct....
I started trying to read the glibc code -- but that code is far too messy to be read. So I just wrote a silly C app against glibc, set the locale to POSIX, then called localeconv(). I wrote this version of localeconv.c so it returns the same stuff. -Erik
Diffstat (limited to 'libc/misc/locale/locale.c')
-rw-r--r--libc/misc/locale/locale.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c
index 1cb7a3b81..2abdde34e 100644
--- a/libc/misc/locale/locale.c
+++ b/libc/misc/locale/locale.c
@@ -23,8 +23,6 @@
#undef TEST_LOCALE
-#ifdef L_setlocale
-
#ifdef __UCLIBC_HAS_LOCALE__
static char C_LOCALE_NAME[]="C";
@@ -161,4 +159,3 @@ char *setlocale(int category, const char *locale)
#endif
-#endif /* L_setlocale */