NS32K changes from Ian Dall.
[deliverable/binutils-gdb.git] / bfd / hosts / apollo68.h
1 #include <ansidecl.h>
2 #include <fcntl.h>
3 #include <errno.h>
4 #include <stdio.h>
5 #include <sys/types.h>
6 #include <sys/stat.h>
7 #include <ctype.h>
8 #ifndef O_ACCMODE
9 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
10 #endif
11 #ifndef SEEK_SET
12 #define SEEK_SET 0
13 #define SEEK_CUR 1
14 #endif
15
16 #ifndef MAXPATHLEN
17 #define MAXPATHLEN 1024
18 #endif /* MAXPATHLEN */
19
20 #ifndef DONTDECLARE_MALLOC
21 extern PTR malloc PARAMS ((unsigned));
22 extern PTR realloc PARAMS ((PTR, unsigned));
23 extern void free PARAMS ((PTR));
24 #endif
25
26 #include "fopen-same.h"
This page took 0.029566 seconds and 4 git commands to generate.