Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 6 Dec 1999 22:51:27 +0000 (22:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 6 Dec 1999 22:51:27 +0000 (22:51 +0000)
1999-12-06  Ulrich Drepper  <drepper@cygnus.com>

* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.

ChangeLog
locale/programs/xstrdup.c

index 6914e16..f268604 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 3947dd1..6510f96 100644 (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>