blob: 99db8e67a317ed63844fcfca3390a6681bcdaa0f (
plain)
1
2
3
4
|
/* Define a constant for the dgettext domainname for libc internal messages,
so the string constant is not repeated in dozens of object files. */
const char _libc_intl_domainname[] = "SYS_libc";
|