From 0bee90dec074aad6dc6f42c71b0b78986fdb03ab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Jun 2001 17:40:43 +0000 Subject: Put the locale stuff back how it was till we can get a proper implementation that doesn't suck so badly. -Erik --- libc/misc/locale/C_name.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 libc/misc/locale/C_name.c (limited to 'libc/misc/locale/C_name.c') 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"; -- cgit v1.2.3