]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/SYS_libc.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / locale / SYS_libc.c
CommitLineData
cb2f05ed
RM
1/* Define a constant for the dgettext domainname for libc internal messages,
2 so the string constant is not repeated in dozens of object files. */
3
9cfe5381
RM
4#include <libintl.h>
5
8ca5c11b 6const char _libc_intl_domainname[] = "libc";
9cfe5381 7libc_hidden_data_def (_libc_intl_domainname)