Blame locale/SYS_libc.c

Packit 6c4009
/* Define a constant for the dgettext domainname for libc internal messages,
Packit 6c4009
   so the string constant is not repeated in dozens of object files.  */
Packit 6c4009
Packit 6c4009
#include <libintl.h>
Packit 6c4009
Packit 6c4009
const char _libc_intl_domainname[] = "libc";
Packit 6c4009
libc_hidden_data_def (_libc_intl_domainname)