about summary refs log tree commit diff
path: root/REORG.TODO/locale/C_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/locale/C_name.c')
-rw-r--r--REORG.TODO/locale/C_name.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/locale/C_name.c b/REORG.TODO/locale/C_name.c
new file mode 100644
index 0000000000..7612544f2f
--- /dev/null
+++ b/REORG.TODO/locale/C_name.c
@@ -0,0 +1,11 @@
+/* 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";
+
+/* The standard codeset.  */
+const char _nl_C_codeset[] = "ANSI_X3.4-1968";