diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-25 23:11:26 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-25 23:11:26 +0000 |
commit | ad486d7771e8984944b388a868d1cf11439e34c7 (patch) | |
tree | 4dbef9607d5ca680b61c106329daefce6b18b604 | |
parent | bf18ac80076cb6bff297e75a92995653c3effa5b (diff) | |
download | gdb-ad486d7771e8984944b388a868d1cf11439e34c7.zip gdb-ad486d7771e8984944b388a868d1cf11439e34c7.tar.gz gdb-ad486d7771e8984944b388a868d1cf11439e34c7.tar.bz2 |
Declare free() for hpux.
-rw-r--r-- | bfd/hosts/hppahpux.h | 3 |
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 |