remove some conflicting decls
[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 #ifndef O_ACCMODE
11 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
12 #endif
13 #define SEEK_SET 0
14 #define SEEK_CUR 1
15
16 #ifdef __STDC__
17 extern void EXFUN(free,(PTR));
18 #else /* not __STDC__ */
19 extern int EXFUN(free,(PTR));
20 #endif /* not __STDC__ */
21 extern void EXFUN(abort,(void));
22 extern int EXFUN(close,(int));
23 extern int EXFUN(fprintf,(FILE *,CONST char *,...));
24 extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
25 extern void EXFUN(exit,(int));
26 extern int EXFUN(fclose,(FILE*));
27 extern void EXFUN(bcopy,(char*,char*,int));
28 extern int EXFUN(bcmp,(char *, char *, int));
29 extern void EXFUN(bzero,(char *, int));
30 extern void EXFUN(perror,(CONST char *));
31 extern char *getenv();
32 extern char * strchr();
33 extern char *memchr();
34 extern char *strrchr();
35 extern int chmod();
36 extern int fstat();
37 extern int stat();
38 extern int strtol();
39 #ifndef DONTDECLARE_MALLOC
40 extern PTR EXFUN(malloc,(unsigned));
41 extern PTR EXFUN(realloc, (PTR, unsigned));
42 #endif
43
44 extern char *strrchr();
45 extern char *ctime();
46 extern int _flsbuf();
47 extern int fclose();
48 extern int utimes();
49 extern int vfprintf();
50 extern long atol();
51 extern char *getenv();
52 extern int fputc();
53 extern int unlink();
54
55
56 #include "fopen-same.h"
This page took 0.044749 seconds and 4 git commands to generate.