1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

* 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.
This commit is contained in:
Roland McGrath
1995-09-27 02:50:10 +00:00
parent 11c981a96d
commit c709e372e8
7 changed files with 247 additions and 129 deletions

View File

@ -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.