Update.
1999-12-06 Ulrich Drepper <drepper@cygnus.com> * locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
This commit is contained in:
parent
b43b13ac25
commit
52aac1978e
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user