1999-12-06  Ulrich Drepper  <drepper@cygnus.com>

	* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
This commit is contained in:
Ulrich Drepper 1999-12-06 22:51:27 +00:00
parent b43b13ac25
commit 52aac1978e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-12-06 Ulrich Drepper <drepper@cygnus.com>
* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
1999-12-03 Andreas Jaeger <aj@suse.de>
* nss/getXXbyYY.c: Include <resolv.h>

View File

@ -21,7 +21,7 @@
# include <config.h>
#endif
#if defined STDC_HEADERS || defined HAVE_STRING_H || __LIBC
#if defined STDC_HEADERS || defined HAVE_STRING_H || _LIBC
# include <string.h>
#else
# include <strings.h>