* configure.host (sparc-*-solaris2*): Use sysv4, not solaris2.
[deliverable/binutils-gdb.git] / bfd / hosts / harris.h
CommitLineData
f751f474 1#include <ansidecl.h>
d14a8a06
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
c5652bff 14#ifndef DONTDECLARE_MALLOC
e49d5379
JG
15extern PTR malloc PARAMS ((unsigned));
16extern PTR realloc PARAMS ((PTR, unsigned));
d14a8a06 17#endif
e49d5379
JG
18extern int abort PARAMS ((void));
19extern int free PARAMS ((PTR));
20extern void bcopy PARAMS ((char*,char*,int));
21extern void exit PARAMS ((int));
22extern void bzero PARAMS ((char *, int));
d14a8a06 23
302c8ab1 24extern int strtol();
d14a8a06 25
a5431adc 26#include "fopen-same.h"
d9840ab7
SS
27
28#define POSIX_UTIME
29#ifndef _ES_MP
30#define HAVE_PROCFS /* Used for core file stuff only */
31#endif
This page took 0.114141 seconds and 4 git commands to generate.