NS32K changes from Ian Dall.
[deliverable/binutils-gdb.git] / bfd / hosts / sun3.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 #include <string.h>
9 #include <sys/file.h>
10 #include <stdlib.h>
11 #ifndef O_ACCMODE
12 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
13 #endif
14 #define SEEK_SET 0
15 #define SEEK_CUR 1
16
17 extern int close PARAMS ((int));
18 extern int fprintf PARAMS ((FILE *,CONST char *,...));
19 extern int fclose PARAMS ((FILE*));
20 extern void bcopy PARAMS ((char*,char*,int));
21 extern int bcmp PARAMS ((char *, char *, int));
22 extern void bzero PARAMS ((char *, int));
23 extern void perror PARAMS ((CONST char *));
24 extern char * strchr();
25 extern char *memchr();
26 extern char *strrchr();
27 extern int chmod();
28 extern int fstat();
29 extern int stat();
30 extern int strtol();
31
32 extern char *strrchr();
33 extern char *ctime();
34 extern int _flsbuf();
35 extern int fclose();
36 extern int utimes();
37 extern int vfprintf();
38 extern long atol();
39 extern char *getenv();
40 extern int fputc();
41 extern int unlink();
42
43
44 #include "fopen-same.h"
This page took 0.03922 seconds and 4 git commands to generate.