aboutsummaryrefslogtreecommitdiff
path: root/locale/SYS_libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/SYS_libc.c')
-rw-r--r--locale/SYS_libc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/locale/SYS_libc.c b/locale/SYS_libc.c
deleted file mode 100644
index a879b68a25..0000000000
--- a/locale/SYS_libc.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* 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)