From: Ulrich Drepper Date: Mon, 6 Dec 1999 22:51:27 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~26488 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52aac1978e7d5113671535a4a1a238de18e9a43e;p=external%2Fglibc.git Update. 1999-12-06 Ulrich Drepper * locale/programs/xstrdup.c: It's _LIBC, not __LIBC. --- 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