aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-19 21:09:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-19 21:09:22 +0000
commitfcacd1271eb2184c3332419d93c2e7a67a093209 (patch)
tree912bbafcd3baf92310bb4ae20b815d3c8d26ef92
parent976cf26954d603fb34c34e4d4f51a3a13adee08e (diff)
downloadglibc-fcacd1271eb2184c3332419d93c2e7a67a093209.tar
glibc-fcacd1271eb2184c3332419d93c2e7a67a093209.tar.gz
glibc-fcacd1271eb2184c3332419d93c2e7a67a093209.tar.bz2
glibc-fcacd1271eb2184c3332419d93c2e7a67a093209.zip
Update.
* intl/localealias.c: Remove unnecessary prototype.
-rw-r--r--ChangeLog2
-rw-r--r--intl/localealias.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9644815c7b..a94eacedc3 100644
--- 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.
diff --git a/intl/localealias.c b/intl/localealias.c
index 122b5807f9..fa9396fe9a 100644
--- a/intl/localealias.c
+++ b/intl/localealias.c
@@ -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