* Base use of sco-core on host, not target.
[deliverable/binutils-gdb.git] / bfd / hosts / delta88.h
CommitLineData
f751f474 1#include <ansidecl.h>
2f192e9b
SC
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
3fd7451e
ILT
14#define USE_UTIME
15
2f192e9b 16#ifndef DONTDECLARE_MALLOC
e49d5379
JG
17extern PTR malloc PARAMS ((unsigned));
18extern PTR realloc PARAMS ((PTR, unsigned));
2f192e9b 19#endif
e49d5379
JG
20extern int abort PARAMS ((void));
21extern int free PARAMS ((PTR));
22extern void bcopy PARAMS ((char*,char*,int));
23extern void exit PARAMS ((int));
24extern int strtol PARAMS ((char *, char **, int));
25extern void bzero PARAMS ((char *, int));
2f192e9b 26#define NO_STDARG 1
e49d5379
JG
27extern int abort PARAMS ((void));
28extern int close PARAMS ((int));
ec604f5f
JK
29#if 0
30/* Conflicts with system headers on SVR4. */
e49d5379 31extern int fcntl PARAMS ((int des, int cmd, int e));
ec604f5f 32#endif
e49d5379 33extern int qsort PARAMS ((void *data,int els, int siz, int func()));
ec604f5f
JK
34#if 0
35/* Conflicts with system headers on SVR4. */
e49d5379 36extern int fseek PARAMS ((FILE*, int, int));
ec604f5f 37#endif
e49d5379
JG
38extern int fclose PARAMS ((FILE*));
39extern void bcopy PARAMS ((char*,char*,int));
40extern int bcmp PARAMS ((char *, char *, int));
41extern void bzero PARAMS ((char *, int));
42extern void perror PARAMS ((CONST char *));
43extern PTR memchr PARAMS ((const void *, int, unsigned ));
394d1b3f
JK
44#if 0
45/* Conflicts with system headers on SVR4. */
e49d5379
JG
46extern unsigned short getuid PARAMS ((void));
47extern unsigned short getgid PARAMS ((void));
394d1b3f 48#endif
302c8ab1 49
2f192e9b 50extern char * strchr();
302c8ab1 51
2f192e9b 52extern char *getenv();
2f192e9b
SC
53extern char *strrchr();
54extern int chmod();
ec604f5f
JK
55#if 0
56/* Conflicts with system headers on SVR4. */
2f192e9b 57extern int fread();
ec604f5f 58#endif
2f192e9b 59extern int fstat();
ec604f5f
JK
60#if 0
61/* Conflicts with system headers on SVR4. */
2f192e9b 62extern int fwrite();
ec604f5f 63#endif
2f192e9b
SC
64extern int sscanf();
65extern int stat();
66extern int strtol();
67extern int fileno();
68extern char *strrchr();
69extern char *ctime();
70extern int _flsbuf();
71extern int fclose();
ec604f5f
JK
72#if 0
73/* Conflicts with system headers on SVR4. */
2f192e9b 74extern int time();
ec604f5f 75#endif
3fd7451e 76extern int utime();
2f192e9b
SC
77extern int vfprintf();
78extern long atol();
79extern char *getenv();
80extern int fputc();
81extern int unlink();
82
83
a5431adc 84#include "fopen-same.h"
This page took 0.071744 seconds and 4 git commands to generate.