diff options
Diffstat (limited to 'bfd/hosts/hppahpux.h')
-rw-r--r-- | bfd/hosts/hppahpux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index a7bf374..f58bd7e 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -7,6 +7,9 @@ #include <string.h> #include <sys/file.h> #include <memory.h> +#include <stdlib.h> + +#define HOST_HPPAHPUX void free(); @@ -31,9 +34,6 @@ rename(from, to) } #endif -extern PTR EXFUN(malloc,(unsigned)); -extern PTR EXFUN(realloc, (PTR, unsigned)); - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; |