]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 21:09:22 +0000 (21:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 21:09:22 +0000 (21:09 +0000)
* intl/localealias.c: Remove unnecessary prototype.

ChangeLog
intl/localealias.c

index 9644815c7baf3d57f33f2e814c584d8be09ac5e0..a94eacedc31f188ebaa9300b3b5c5f4583c1e0db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-07-19  Ulrich Drepper  <drepper@redhat.com>
 
+       * intl/localealias.c: Remove unnecessary prototype.
+
        * Makefile: Add html goal.
        * manual/Makefile: Likewise.
 
index 122b5807f927e6479af8622e1db90420478c87ac..fa9396fe9a44c5f561b286a63d93e0c4aeec324a 100644 (file)
@@ -55,7 +55,6 @@ char *alloca ();
 #if defined STDC_HEADERS || defined _LIBC
 # include <stdlib.h>
 #else
-char *getenv ();
 # ifdef HAVE_MALLOC_H
 #  include <malloc.h>
 # else