From ad486d7771e8984944b388a868d1cf11439e34c7 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 25 Jun 1992 23:11:26 +0000 Subject: [PATCH] Declare free() for hpux. --- bfd/hosts/hppahpux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index 4c7f1dc9e0d..08e08140c30 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -6,6 +6,9 @@ #include #include #include + +void free(); + #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -- 2.30.2