diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-25 01:52:23 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-25 01:52:23 +0000 |
commit | 67099990bc180ea617f3391d4b01e4509cdc3e8d (patch) | |
tree | 2f08c61e477e4e93bd8b3abc22359ea6b5ff7a76 | |
parent | 517496c5bcea7996d99ef655a20dec3a29310600 (diff) | |
download | gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.zip gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.tar.gz gdb-67099990bc180ea617f3391d4b01e4509cdc3e8d.tar.bz2 |
Fixed to compile on kithrup
-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; |