diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-27 02:50:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-27 02:50:10 +0000 |
commit | c709e372e8940b3f374b690d7eb7521e69ab4228 (patch) | |
tree | 8a0a95671300f78c0bd1407f9b0eaf403f0a96f4 /libc-symbols.h | |
parent | 11c981a96d93feccba7cfb717f72db5d32a83f52 (diff) | |
download | glibc-c709e372e8940b3f374b690d7eb7521e69ab4228.tar.gz glibc-c709e372e8940b3f374b690d7eb7521e69ab4228.tar.xz glibc-c709e372e8940b3f374b690d7eb7521e69ab4228.zip |
* locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
gettext code. * sysdeps/unix/sysv/linux/sys/param.h: New file. * sysdeps/unix/sysv/linux/Subdirs: File removed. * libc-symbols.h (_LIBC): Define to 1, not just empty.
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index 5eefbed04c..1b6d1d0392 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -45,7 +45,7 @@ Cambridge, MA 02139, USA. */ Some library code that is shared with other packages also tests this symbol to see if it is being compiled as part of the C library. */ -#define _LIBC +#define _LIBC 1 /* The symbols in all the user (non-_) macros are C symbols. Predefined should be HAVE_WEAK_SYMBOLS and/or HAVE_ELF and/or HAVE_GNU_LD. |