]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/C_name.c
elf: Make glibc.rtld.enable_secure ignore alias environment variables
[thirdparty/glibc.git] / locale / C_name.c
CommitLineData
db2286f6
RM
1/* Define a constant for the name of the standard C locale, so the string
2 constant is not repeated in dozens of object files. */
3
4#include "localeinfo.h"
5
6/* Name of our standard locale. */
7const char _nl_C_name[] = "C";
a2b08ee5 8const char _nl_POSIX_name[] = "POSIX";
e7f21fa6
UD
9
10/* The standard codeset. */
11const char _nl_C_codeset[] = "ANSI_X3.4-1968";