aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-06-25 23:11:26 +0000
committerStu Grossman <grossman@cygnus>1992-06-25 23:11:26 +0000
commitad486d7771e8984944b388a868d1cf11439e34c7 (patch)
tree4dbef9607d5ca680b61c106329daefce6b18b604 /bfd/hosts
parentbf18ac80076cb6bff297e75a92995653c3effa5b (diff)
downloadfsf-binutils-gdb-ad486d7771e8984944b388a868d1cf11439e34c7.zip
fsf-binutils-gdb-ad486d7771e8984944b388a868d1cf11439e34c7.tar.gz
fsf-binutils-gdb-ad486d7771e8984944b388a868d1cf11439e34c7.tar.bz2
Declare free() for hpux.
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 4c7f1dc..08e0814 100644
--- 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