From: Ulrich Drepper Date: Thu, 19 Jul 2001 21:09:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcacd1271eb2184c3332419d93c2e7a67a093209;p=platform%2Fupstream%2Fglibc.git Update. * intl/localealias.c: Remove unnecessary prototype. --- diff --git a/ChangeLog b/ChangeLog index 9644815..a94eace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-07-19 Ulrich Drepper + * intl/localealias.c: Remove unnecessary prototype. + * Makefile: Add html goal. * manual/Makefile: Likewise. diff --git a/intl/localealias.c b/intl/localealias.c index 122b580..fa9396f 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -55,7 +55,6 @@ char *alloca (); #if defined STDC_HEADERS || defined _LIBC # include #else -char *getenv (); # ifdef HAVE_MALLOC_H # include # else