* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / delta88.h
1 #include <ansidecl.h>
2 #include <errno.h>
3 #include <sys/types.h>
4 #include <unistd.h>
5
6 #include <string.h>
7 #include <fcntl.h>
8 #include <sys/stat.h>
9 #include <time.h>
10 #include <ctype.h>
11
12 #include <stdio.h>
13
14 #define USE_UTIME
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 int strtol PARAMS ((char *, char **, int));
25 extern void bzero PARAMS ((char *, int));
26 #define NO_STDARG 1
27 extern int abort PARAMS ((void));
28 extern int close PARAMS ((int));
29 #if 0
30 /* Conflicts with system headers on SVR4. */
31 extern int fcntl PARAMS ((int des, int cmd, int e));
32 #endif
33 extern int qsort PARAMS ((void *data,int els, int siz, int func()));
34 #if 0
35 /* Conflicts with system headers on SVR4. */
36 extern int fseek PARAMS ((FILE*, int, int));
37 #endif
38 extern int fclose PARAMS ((FILE*));
39 extern void bcopy PARAMS ((char*,char*,int));
40 extern int bcmp PARAMS ((char *, char *, int));
41 extern void bzero PARAMS ((char *, int));
42 extern void perror PARAMS ((CONST char *));
43 extern PTR memchr PARAMS ((const void *, int, unsigned ));
44 #if 0
45 /* Conflicts with system headers on SVR4. */
46 extern unsigned short getuid PARAMS ((void));
47 extern unsigned short getgid PARAMS ((void));
48 #endif
49
50 extern char * strchr();
51
52 extern char *getenv();
53 extern char *strrchr();
54 extern int chmod();
55 #if 0
56 /* Conflicts with system headers on SVR4. */
57 extern int fread();
58 #endif
59 extern int fstat();
60 #if 0
61 /* Conflicts with system headers on SVR4. */
62 extern int fwrite();
63 #endif
64 extern int sscanf();
65 extern int stat();
66 extern int strtol();
67 extern int fileno();
68 extern char *strrchr();
69 extern char *ctime();
70 extern int _flsbuf();
71 extern int fclose();
72 #if 0
73 /* Conflicts with system headers on SVR4. */
74 extern int time();
75 #endif
76 extern int utime();
77 extern int vfprintf();
78 extern long atol();
79 extern char *getenv();
80 extern int fputc();
81 extern int unlink();
82
83
84 #include "fopen-same.h"
This page took 0.041601 seconds and 4 git commands to generate.