summaryrefslogtreecommitdiff
path: root/glob/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-12-22 11:28:49 +0000
committerEli Zaretskii <eliz@gnu.org>2007-12-22 11:28:49 +0000
commit84e9bcd65eca0af12963a70a2c48c053fce1840a (patch)
tree462098ca02d96390de0a6caec58df405cf13ce41 /glob/ChangeLog
parent91b016c4148c51573ca3a3eb6bc2ae5d623909ce (diff)
downloadgunmake-84e9bcd65eca0af12963a70a2c48c053fce1840a.tar.gz
glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declaration
that matches the one in the DJGPP libc.
Diffstat (limited to 'glob/ChangeLog')
-rw-r--r--glob/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/glob/ChangeLog b/glob/ChangeLog
index a113623..a6675e0 100644
--- a/glob/ChangeLog
+++ b/glob/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-22 Juan Manuel Guerrero <juan.guerrero@gmx.de> (tiny change)
+
+ * glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc
+ declaration that matches the one in the DJGPP libc.
+
2006-02-24 Eli Zaretskii <eliz@gnu.org>
* glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype,