]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/hosts/sun3.h
* mpw-make.in (ctor.c): Remove references.
[thirdparty/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>
2855b89f 10#include <stdlib.h>
c5652bff 11#ifndef O_ACCMODE
e4a0e98e
SC
12#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
13#endif
14#define SEEK_SET 0
15#define SEEK_CUR 1
16
e49d5379
JG
17extern int close PARAMS ((int));
18extern int fprintf PARAMS ((FILE *,CONST char *,...));
e49d5379
JG
19extern int fclose PARAMS ((FILE*));
20extern void bcopy PARAMS ((char*,char*,int));
21extern int bcmp PARAMS ((char *, char *, int));
22extern void bzero PARAMS ((char *, int));
23extern void perror PARAMS ((CONST char *));
302c8ab1 24extern char * strchr();
e4a0e98e
SC
25extern char *memchr();
26extern char *strrchr();
27extern int chmod();
e4a0e98e 28extern int fstat();
e4a0e98e
SC
29extern int stat();
30extern int strtol();
f6eaba83 31
e4a0e98e
SC
32extern char *strrchr();
33extern char *ctime();
34extern int _flsbuf();
35extern int fclose();
e4a0e98e
SC
36extern int utimes();
37extern int vfprintf();
38extern long atol();
39extern char *getenv();
40extern int fputc();
41extern int unlink();
42
43
a5431adc 44#include "fopen-same.h"