diff options
Diffstat (limited to 'locale/SYS_libc.c')
-rw-r--r-- | locale/SYS_libc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/SYS_libc.c b/locale/SYS_libc.c new file mode 100644 index 0000000000..99db8e67a3 --- /dev/null +++ b/locale/SYS_libc.c @@ -0,0 +1,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"; |