aboutsummaryrefslogtreecommitdiff
path: root/mmalloc
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-04-06 23:35:26 +0000
committerStu Grossman <grossman@cygnus>1992-04-06 23:35:26 +0000
commit6f2a109c2c993fb581c720862b4922255d889885 (patch)
tree36b962865ce1fa3ba3fa785d8fbff6075f0073a2 /mmalloc
parent95d5ceb92153181f7d922c0404c7b2cf989aba5a (diff)
downloadfsf-binutils-gdb-6f2a109c2c993fb581c720862b4922255d889885.zip
fsf-binutils-gdb-6f2a109c2c993fb581c720862b4922255d889885.tar.gz
fsf-binutils-gdb-6f2a109c2c993fb581c720862b4922255d889885.tar.bz2
* detach.c (mmalloc_detach): Arg should be PTR, not void *.
Fixes complaints from non __STDC__ systems.
Diffstat (limited to 'mmalloc')
-rw-r--r--mmalloc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 52a6b70..6c80339 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 6 16:33:37 1992 Stu Grossman (grossman at cygnus.com)
+
+ * detach.c (mmalloc_detach): Arg should be PTR, not void *.
+ Fixes complaints from non __STDC__ systems.
+
Wed Apr 1 11:47:02 1992 Fred Fish (fnf@cygnus.com)
* mcalloc.c, mfree.c, mmalloc.c, mrealloc.c: Minor comment