* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / rs6000.h
1 /* This file is *really* for an RS6000 running AIX... */
2
3 #include <stddef.h>
4 #include <fcntl.h>
5 #include <errno.h>
6 #include <stdio.h>
7 #include <sys/types.h>
8 #include <sys/stat.h>
9 #include <ctype.h>
10 #include <string.h>
11 #include <sys/file.h>
12 #include <stdlib.h> /* for malloc() */
13
14 /* Defining this variable turns on AIX core file and archive support. */
15 #define HOST_AIX
16
17 #ifndef O_ACCMODE
18 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
19 #endif
20 #define SEEK_SET 0
21 #define SEEK_CUR 1
22
23 #include "fopen-same.h"
This page took 0.032911 seconds and 4 git commands to generate.