From: Steve Chamberlain Date: Sat, 25 May 1991 01:52:23 +0000 (+0000) Subject: Fixed to compile on kithrup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67099990bc180ea617f3391d4b01e4509cdc3e8d;p=binutils-gdb.git Fixed to compile on kithrup --- diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index 47ccdc81110..f1018c6711b 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -43,6 +43,12 @@ # endif */ +#ifndef DONTDECLARE_MALLOC +extern PROTO(PTR,malloc,(unsigned)); +extern PROTO(PTR ,realloc, (PTR, unsigned)); +extern PROTO(void, free,(PTR)); +#endif + /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type;