aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-07 03:53:12 +0000
committerFred Fish <fnf@specifix.com>1992-04-07 03:53:12 +0000
commitaafba48f94ad8f13eaf87787f5fc7a8ab5b865af (patch)
tree3c6e8392fd6f6b3a2103723eb5f9bf535d02fd06 /mmalloc/ChangeLog
parentad142b8e1f2e4d896e2131b5bbcef5acaa88f06a (diff)
downloadgdb-aafba48f94ad8f13eaf87787f5fc7a8ab5b865af.zip
gdb-aafba48f94ad8f13eaf87787f5fc7a8ab5b865af.tar.gz
gdb-aafba48f94ad8f13eaf87787f5fc7a8ab5b865af.tar.bz2
Get rid of include of <stdlib.h>, which is not guaranteed to be present
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r--mmalloc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 6c80339..383f2fe 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 6 20:49:33 1992 Fred Fish (fnf@cygnus.com)
+
+ * mmalloc.h: Remove include of <stdlib.h>. This also gets rid
+ of the ugly kludge installed on 1-Apr-92.
+
Mon Apr 6 16:33:37 1992 Stu Grossman (grossman at cygnus.com)
* detach.c (mmalloc_detach): Arg should be PTR, not void *.