* hosts/delta88v4.h: New for SVR4.
[deliverable/binutils-gdb.git] / bfd / hosts / sun3.h
CommitLineData
335413d8 1#include <ansidecl.h>
e4a0e98e
SC
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
bec9b335 16#ifdef __STDC__
e49d5379 17extern void free PARAMS ((PTR));
bec9b335 18#else /* not __STDC__ */
e49d5379 19extern int free PARAMS ((PTR));
bec9b335 20#endif /* not __STDC__ */
e49d5379
JG
21extern void abort PARAMS ((void));
22extern int close PARAMS ((int));
23extern int fprintf PARAMS ((FILE *,CONST char *,...));
24extern int qsort PARAMS ((void *data, int els, int siz, int func()));
25extern void exit PARAMS ((int));
26extern int fclose PARAMS ((FILE*));
27extern void bcopy PARAMS ((char*,char*,int));
28extern int bcmp PARAMS ((char *, char *, int));
29extern void bzero PARAMS ((char *, int));
30extern void perror PARAMS ((CONST char *));
e4a0e98e 31extern char *getenv();
302c8ab1 32extern char * strchr();
e4a0e98e
SC
33extern char *memchr();
34extern char *strrchr();
35extern int chmod();
e4a0e98e 36extern int fstat();
e4a0e98e
SC
37extern int stat();
38extern int strtol();
de1478e1 39#ifndef DONTDECLARE_MALLOC
e49d5379
JG
40extern PTR malloc PARAMS ((unsigned));
41extern PTR realloc PARAMS ((PTR, unsigned));
de1478e1 42#endif
f6eaba83 43
e4a0e98e
SC
44extern char *strrchr();
45extern char *ctime();
46extern int _flsbuf();
47extern int fclose();
e4a0e98e
SC
48extern int utimes();
49extern int vfprintf();
50extern long atol();
51extern char *getenv();
52extern int fputc();
53extern int unlink();
54
55
a5431adc 56#include "fopen-same.h"
This page took 0.086563 seconds and 4 git commands to generate.