diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/i386v.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index 47ccdc8..f1018c6 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; |