From: Stu Grossman Date: Tue, 15 Dec 1992 01:14:14 +0000 (+0000) Subject: * hppahpux.h: Add defs for malloc() & realloc(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=764c960db48f6b7c784495fd6e2cb92cc126fb4d;p=binutils-gdb.git * hppahpux.h: Add defs for malloc() & realloc(). --- diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 6597cd099a0..a7bf374e98c 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -31,6 +31,9 @@ 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;