]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/hosts/harris.h
* hosts/sysv4.h (qsort, strtol): Don't declare.
[thirdparty/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"