* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / ncr3000.h
CommitLineData
ccc76ce9 1/* SVR4 Unix host system */
f751f474 2#include <ansidecl.h>
ccc76ce9
FF
3#include <fcntl.h>
4#include <errno.h>
5#include <stdio.h>
6#include <sys/types.h>
7#include <sys/stat.h>
8#include <utime.h>
9#include <ctype.h>
10#include <string.h>
11#include <sys/file.h>
12
c5652bff 13#ifndef O_ACCMODE
ccc76ce9
FF
14#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
15#endif
16#define SEEK_SET 0
17#define SEEK_CUR 1
18
19#define POSIX_UTIME
20#define HAVE_PROCFS /* This host has /proc support */
21
e49d5379
JG
22extern void abort PARAMS ((void));
23extern int close PARAMS ((int));
24extern void exit PARAMS ((int));
25extern int fclose PARAMS ((FILE*));
26extern void free PARAMS ((PTR));
27extern int fseek PARAMS ((FILE*, long, int));
28extern int getgid PARAMS (());
29extern int getuid PARAMS (());
30extern PTR malloc PARAMS ((unsigned));
31extern void perror PARAMS ((CONST char *));
32extern int qsort PARAMS ((void *data, int els, int siz, int func()));
33extern PTR realloc PARAMS ((PTR, unsigned));
ccc76ce9
FF
34
35extern char *getenv();
36extern int chmod();
37extern int fstat();
38extern int stat();
39extern int strtol();
40
41extern char *ctime();
42extern int _flsbuf();
43extern int fclose();
44extern int utimes();
45extern int vfprintf();
46extern long atol();
47extern int fputc();
48extern int unlink();
49
ccc76ce9 50#include "fopen-same.h"
This page took 0.16887 seconds and 4 git commands to generate.