diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-06 22:51:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-06 22:51:27 +0000 |
commit | 52aac1978e7d5113671535a4a1a238de18e9a43e (patch) | |
tree | e727cdf83686feb06f055487e04b600c289c3a0c | |
parent | b43b13ac2544b11f35be301d1589b51a8473e32b (diff) | |
download | glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.zip glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.tar.gz glibc-52aac1978e7d5113671535a4a1a238de18e9a43e.tar.bz2 |
Update.
1999-12-06 Ulrich Drepper <drepper@cygnus.com>
* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | locale/programs/xstrdup.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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> diff --git a/locale/programs/xstrdup.c b/locale/programs/xstrdup.c index 3947dd1..6510f96 100644 --- a/locale/programs/xstrdup.c +++ b/locale/programs/xstrdup.c @@ -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> |