aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-25 01:52:23 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-25 01:52:23 +0000
commit67099990bc180ea617f3391d4b01e4509cdc3e8d (patch)
tree2f08c61e477e4e93bd8b3abc22359ea6b5ff7a76 /bfd
parent517496c5bcea7996d99ef655a20dec3a29310600 (diff)
downloadfsf-binutils-gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.zip
fsf-binutils-gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.tar.gz
fsf-binutils-gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.tar.bz2
Fixed to compile on kithrup
Diffstat (limited to 'bfd')
-rw-r--r--bfd/hosts/i386v.h6
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;