diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/SYS_libc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/SYS_libc.c b/locale/SYS_libc.c index 53c9a6034e..4f9e946cf3 100644 --- a/locale/SYS_libc.c +++ b/locale/SYS_libc.c @@ -2,3 +2,4 @@ so the string constant is not repeated in dozens of object files. */ const char _libc_intl_domainname[] = "libc"; +INTDEF(_libc_intl_domainname) |