Browse Source

Declare free() for hpux.

gdb-4_18-branch
Stu Grossman 35 years ago
parent
commit
ad486d7771
  1. 3
      bfd/hosts/hppahpux.h

3
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

Loading…
Cancel
Save