From f9c15cac3504546cb5ebf74241fc13ba2700691a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 28 Sep 2009 06:46:03 +0000 Subject: * glob.c (my_realloc) [__DJGPP__]: Don't define, and don't redefine realloc to call it, since the DJGPP's realloc handles NULL pointers correctly. --- glob/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'glob/ChangeLog') diff --git a/glob/ChangeLog b/glob/ChangeLog index a6675e0..8f0739c 100644 --- a/glob/ChangeLog +++ b/glob/ChangeLog @@ -1,6 +1,12 @@ +2008-09-28 Juan Manuel Guerrero + + * glob.c (my_realloc) [__DJGPP__]: Don't define, and don't + redefine realloc to call it, since the DJGPP's realloc handles + NULL pointers correctly. + 2007-12-22 Juan Manuel Guerrero (tiny change) - * glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc + * glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declaration that matches the one in the DJGPP libc. 2006-02-24 Eli Zaretskii -- cgit v1.2.3