Blame locale/C_name.c

Packit Service 82fcde
/* Define a constant for the name of the standard C locale, so the string
Packit Service 82fcde
   constant is not repeated in dozens of object files.  */
Packit Service 82fcde
Packit Service 82fcde
#include "localeinfo.h"
Packit Service 82fcde
Packit Service 82fcde
/* Name of our standard locale.  */
Packit Service 82fcde
const char _nl_C_name[] = "C";
Packit Service 82fcde
const char _nl_POSIX_name[] = "POSIX";
Packit Service 82fcde
Packit Service 82fcde
/* The standard codeset.  */
Packit Service 82fcde
const char _nl_C_codeset[] = "ANSI_X3.4-1968";