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:
517496c
)
Fixed to compile on kithrup
author
Steve Chamberlain
<steve@cygnus>
Sat, 25 May 1991 01:52:23 +0000
(
01:52
+0000)
committer
Steve Chamberlain
<steve@cygnus>
Sat, 25 May 1991 01:52:23 +0000
(
01:52
+0000)
bfd/hosts/i386v.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/i386v.h
b/bfd/hosts/i386v.h
index 47ccdc8111057dfc53150467682c2cc47485d707..f1018c6711b61a614ec672a99da378b1654f4f75 100644
(file)
--- a/
bfd/hosts/i386v.h
+++ b/
bfd/hosts/i386v.h
@@
-43,6
+43,12
@@
# endif
*/
+#ifndef DONTDECLARE_MALLOC
+extern PROTO(PTR,malloc,(unsigned));
+extern PROTO(PTR ,realloc, (PTR, unsigned));
+extern PROTO(void, free,(PTR));
+#endif
+
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;