* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / we32k.h
1 #include <ansidecl.h>
2 #include <unistd.h>
3 #include <fcntl.h>
4 #include <errno.h>
5 #include <stdio.h>
6 #include <sys/types.h>
7 #include <sys/stat.h>
8 #include <time.h>
9 #include <ctype.h>
10 #include <string.h>
11 #include <sys/file.h>
12 #ifndef O_ACCMODE
13 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
14 #endif
15
16 #ifndef DONTDECLARE_MALLOC
17 extern PTR malloc PARAMS ((unsigned));
18 extern PTR realloc PARAMS ((PTR, unsigned));
19 #endif
20 extern int abort PARAMS ((void));
21 extern int free PARAMS ((PTR));
22 extern void bcopy PARAMS ((char*, char*, int));
23 extern void exit PARAMS ((int));
24 extern void bzero PARAMS ((char *, int));
25 extern int strtol();
26 #define NO_STDARG 1
27
28 #include "fopen-same.h"
This page took 0.029872 seconds and 4 git commands to generate.