diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-01 17:40:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-01 17:40:43 +0000 |
commit | 0bee90dec074aad6dc6f42c71b0b78986fdb03ab (patch) | |
tree | cd903b28cacab46bb385b3b3c2a95ad84443167e /libc/misc/locale/C_name.c | |
parent | aafa530c0d0c71459053b0be4abb093282278c3d (diff) |
Put the locale stuff back how it was till we can get a proper implementation
that doesn't suck so badly.
-Erik
Diffstat (limited to 'libc/misc/locale/C_name.c')
-rw-r--r-- | libc/misc/locale/C_name.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/misc/locale/C_name.c b/libc/misc/locale/C_name.c deleted file mode 100644 index fa2ac0539..000000000 --- a/libc/misc/locale/C_name.c +++ /dev/null @@ -1,8 +0,0 @@ -/* Define a constant for the name of the standard C locale, so the string - constant is not repeated in dozens of object files. */ - -#include "localeinfo.h" - -/* Name of our standard locale. */ -const char _nl_C_name[] = "C"; -const char _nl_POSIX_name[] = "POSIX"; |