summaryrefslogtreecommitdiff
path: root/locale/SYS_libc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
committerRoland McGrath <roland@gnu.org>1995-10-17 02:14:34 +0000
commitcb2f05ed72575a2d5769a7772a935eda461ad0b8 (patch)
tree3e055198b66c8ed92e76858950c87626cfb6bd33 /locale/SYS_libc.c
parentd17e960c2bb10746bda675deb88d8b496f834eba (diff)
* locale/Makefile (aux): Add SYS_libc.
* locale/SYS_libc.c: New file. * libc-symbols.h (_): New macro. * configure.in (libc_cv_asm_set_directive): Link program into conftest instead of letting it default to a.out.
Diffstat (limited to 'locale/SYS_libc.c')
-rw-r--r--locale/SYS_libc.c4
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";