From 52aac1978e7d5113671535a4a1a238de18e9a43e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Dec 1999 22:51:27 +0000 Subject: Update. 1999-12-06 Ulrich Drepper * locale/programs/xstrdup.c: It's _LIBC, not __LIBC. --- ChangeLog | 4 ++++ locale/programs/xstrdup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6914e16..f268604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-12-06 Ulrich Drepper + + * locale/programs/xstrdup.c: It's _LIBC, not __LIBC. + 1999-12-03 Andreas Jaeger * nss/getXXbyYY.c: Include 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 #endif -#if defined STDC_HEADERS || defined HAVE_STRING_H || __LIBC +#if defined STDC_HEADERS || defined HAVE_STRING_H || _LIBC # include #else # include -- cgit v1.1