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:
bf18ac8
)
Declare free() for hpux.
author
Stu Grossman
<grossman@cygnus>
Thu, 25 Jun 1992 23:11:26 +0000
(23:11 +0000)
committer
Stu Grossman
<grossman@cygnus>
Thu, 25 Jun 1992 23:11:26 +0000
(23:11 +0000)
bfd/hosts/hppahpux.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/hppahpux.h
b/bfd/hosts/hppahpux.h
index 4c7f1dc9e0d92a3199165fd01804a3553345ef0d..08e08140c304614a300d1d6457c41ae8f7eeba96 100644
(file)
--- a/
bfd/hosts/hppahpux.h
+++ b/
bfd/hosts/hppahpux.h
@@
-6,6
+6,9
@@
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
+
+void free();
+
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif