aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-12-15 01:14:14 +0000
committerStu Grossman <grossman@cygnus>1992-12-15 01:14:14 +0000
commit764c960db48f6b7c784495fd6e2cb92cc126fb4d (patch)
tree98cd1ba2c014d3e716106f93fc301981dd448554 /bfd/hosts
parent76c7e44ddef829629c57953c30ecde0ac5846ec4 (diff)
downloadfsf-binutils-gdb-764c960db48f6b7c784495fd6e2cb92cc126fb4d.zip
fsf-binutils-gdb-764c960db48f6b7c784495fd6e2cb92cc126fb4d.tar.gz
fsf-binutils-gdb-764c960db48f6b7c784495fd6e2cb92cc126fb4d.tar.bz2
* hppahpux.h: Add defs for malloc() & realloc().
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/hppahpux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h
index 6597cd0..a7bf374 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;