Browse Source

* hppahpux.h: Add defs for malloc() & realloc().

gdb-4_18-branch
Stu Grossman 34 years ago
parent
commit
764c960db4
  1. 3
      bfd/hosts/hppahpux.h

3
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;

Loading…
Cancel
Save