#if 0 out some more declarations which conflict with system headers
[binutils-gdb.git] / bfd / hosts / delta88.h
1 #include <errno.h>
2 #include <sys/types.h>
3 #include <unistd.h>
4
5 #include <string.h>
6 #include <fcntl.h>
7 #include <sys/stat.h>
8 #include <time.h>
9 #include <ctype.h>
10
11 #include <stdio.h>
12
13 #define USE_UTIME
14
15 #ifndef DONTDECLARE_MALLOC
16 extern PTR EXFUN(malloc,(unsigned));
17 extern PTR EXFUN(realloc, (PTR, unsigned));
18 #endif
19 extern int EXFUN(abort,(void));
20 extern int EXFUN(free,(PTR));
21 extern void EXFUN(bcopy,(char*,char*,int));
22 extern void EXFUN(exit,(int));
23 extern int EXFUN(strtol,(char *, char **, int));
24 extern void EXFUN(bzero,(char *, int));
25 #define NO_STDARG 1
26 extern int EXFUN(abort,(void));
27 extern int EXFUN(close,(int));
28 #if 0
29 /* Conflicts with system headers on SVR4. */
30 extern int EXFUN(fcntl,(int des, int cmd, int e));
31 #endif
32 extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
33 #if 0
34 /* Conflicts with system headers on SVR4. */
35 extern int EXFUN(fseek,(FILE*, int, int));
36 #endif
37 extern int EXFUN(fclose,(FILE*));
38 extern void EXFUN(bcopy,(char*,char*,int));
39 extern int EXFUN(bcmp,(char *, char *, int));
40 extern void EXFUN(bzero,(char *, int));
41 extern void EXFUN(perror,(CONST char *));
42 extern PTR EXFUN(memchr,(const void *, int, unsigned ));
43 #if 0
44 /* Conflicts with system headers on SVR4. */
45 extern unsigned short EXFUN(getuid,(void));
46 extern unsigned short EXFUN(getgid,(void));
47 #endif
48
49 extern char * strchr();
50
51 extern char *getenv();
52 extern char *strrchr();
53 extern int chmod();
54 #if 0
55 /* Conflicts with system headers on SVR4. */
56 extern int fread();
57 #endif
58 extern int fstat();
59 #if 0
60 /* Conflicts with system headers on SVR4. */
61 extern int fwrite();
62 #endif
63 extern int sscanf();
64 extern int stat();
65 extern int strtol();
66 extern int fileno();
67 extern char *strrchr();
68 extern char *ctime();
69 extern int _flsbuf();
70 extern int fclose();
71 #if 0
72 /* Conflicts with system headers on SVR4. */
73 extern int time();
74 #endif
75 extern int utime();
76 extern int vfprintf();
77 extern long atol();
78 extern char *getenv();
79 extern int fputc();
80 extern int unlink();
81
82
83 #include "fopen-same.h"