diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 10:41:22 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 10:41:22 +0000 |
commit | 06d0bdef536c1f089b1b340a35e7b962bfc051b6 (patch) | |
tree | e9259152f0fe4d6199aa682c5196dba59d50096c /bfd/hosts/rs6000.h | |
parent | 239326c84fe370e473b89971a3b825ab7024521e (diff) | |
download | gdb-06d0bdef536c1f089b1b340a35e7b962bfc051b6.zip gdb-06d0bdef536c1f089b1b340a35e7b962bfc051b6.tar.gz gdb-06d0bdef536c1f089b1b340a35e7b962bfc051b6.tar.bz2 |
* hosts/h-amix.h, h-i386v.h: Define POSIX_UTIME, not USG.
* hosts/h-hp9000.h: Remove USG comment.
* hosts/h-rs6000.h: Include <stdlib.h> for malloc.
* hosts/h-news.h, h-sparc-64.h: New config files that had
previously been kludged in the <sysdep.h> file.
Diffstat (limited to 'bfd/hosts/rs6000.h')
-rw-r--r-- | bfd/hosts/rs6000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h index b8f0788..4fb70e8 100644 --- a/bfd/hosts/rs6000.h +++ b/bfd/hosts/rs6000.h @@ -6,6 +6,8 @@ #include <ctype.h> #include <string.h> #include <sys/file.h> +#include <stdlib.h> /* for malloc() */ + #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif |