summaryrefslogtreecommitdiff
path: root/locale/SYS_libc.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-22 20:10:10 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-22 20:10:10 +0000
commita334319f6530564d22e775935d9c91663623a1b4 (patch)
treeb5877475619e4c938e98757d518bb1e9cbead751 /locale/SYS_libc.c
parent0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff)
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'locale/SYS_libc.c')
-rw-r--r--locale/SYS_libc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/SYS_libc.c b/locale/SYS_libc.c
index a879b68a25..4f9e946cf3 100644
--- a/locale/SYS_libc.c
+++ b/locale/SYS_libc.c
@@ -1,7 +1,5 @@
/* 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)
+INTDEF(_libc_intl_domainname)