From cb2f05ed72575a2d5769a7772a935eda461ad0b8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 17 Oct 1995 02:14:34 +0000 Subject: * 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. --- locale/SYS_libc.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 locale/SYS_libc.c (limited to 'locale/SYS_libc.c') 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"; -- cgit 1.4.1