diff options
Diffstat (limited to 'locale/SYS_libc.c')
-rw-r--r-- | locale/SYS_libc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/SYS_libc.c b/locale/SYS_libc.c index ed34903d22..53c9a6034e 100644 --- a/locale/SYS_libc.c +++ b/locale/SYS_libc.c @@ -1,6 +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. */ -#include "../version.h" - -const char _libc_intl_domainname[] = "SYS_GNU_libc-" VERSION; +const char _libc_intl_domainname[] = "libc"; |