[Vm-dev] [commit] r2239 - Replace malloc.h with stdlib.h in IA32ABI for FreeBSD.

commits at squeakvm.org commits at squeakvm.org
Fri Jul 16 19:02:00 UTC 2010


Author: eliot
Date: 2010-07-16 12:02:00 -0700 (Fri, 16 Jul 2010)
New Revision: 2239

Modified:
   branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c
Log:
Replace malloc.h with stdlib.h in IA32ABI for FreeBSD.


Modified: branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c
===================================================================
--- branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c	2010-07-16 17:22:52 UTC (rev 2238)
+++ branches/Cog/platforms/Cross/plugins/IA32ABI/ia32abicc.c	2010-07-16 19:02:00 UTC (rev 2239)
@@ -31,7 +31,7 @@
 void *getbaz() { return baz; }
 # endif
 #else
-# include <malloc.h> /* for valloc */
+# include <stdlib.h> /* for valloc */
 # include <sys/mman.h> /* for mprotect */
 #endif
 



More information about the Vm-dev mailing list