projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c7e44
)
* hppahpux.h: Add defs for malloc() & realloc().
author
Stu Grossman
<grossman@cygnus>
Tue, 15 Dec 1992 01:14:14 +0000
(
01:14
+0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 15 Dec 1992 01:14:14 +0000
(
01:14
+0000)
bfd/hosts/hppahpux.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/hppahpux.h
b/bfd/hosts/hppahpux.h
index 6597cd099a0347d7c01cffbb49f19f5ceba3e20c..a7bf374e98cd1b27783e82999b101fa92dd2bef4 100644
(file)
--- 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;