lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 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 | |||||
4 | #include <libintl.h> | ||||
5 | |||||
6 | const char _libc_intl_domainname[] = "libc"; | ||||
7 | libc_hidden_data_def (_libc_intl_domainname) |