* hppahpux.h: Add defs for malloc() & realloc().
authorStu Grossman <grossman@cygnus>
Tue, 15 Dec 1992 01:14:14 +0000 (01:14 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 15 Dec 1992 01:14:14 +0000 (01:14 +0000)
bfd/hosts/hppahpux.h

index 6597cd099a0347d7c01cffbb49f19f5ceba3e20c..a7bf374e98cd1b27783e82999b101fa92dd2bef4 100644 (file)
@@ -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;
This page took 0.024473 seconds and 4 git commands to generate.