diff options
Diffstat (limited to 'REORG.TODO/locale/SYS_libc.c')
-rw-r--r-- | REORG.TODO/locale/SYS_libc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/REORG.TODO/locale/SYS_libc.c b/REORG.TODO/locale/SYS_libc.c new file mode 100644 index 0000000000..a879b68a25 --- /dev/null +++ b/REORG.TODO/locale/SYS_libc.c @@ -0,0 +1,7 @@ +/* Define a constant for the dgettext domainname for libc internal messages, + so the string constant is not repeated in dozens of object files. */ + +#include <libintl.h> + +const char _libc_intl_domainname[] = "libc"; +libc_hidden_data_def (_libc_intl_domainname) |