old-cross-binutils/bfd/hosts/harris.h

32 lines
658 B
C
Raw Normal View History

#include <ansidecl.h>
1991-11-13 19:25:56 +00:00
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <ctype.h>
#include <stdio.h>
#ifndef DONTDECLARE_MALLOC
extern PTR malloc PARAMS ((unsigned));
extern PTR realloc PARAMS ((PTR, unsigned));
1991-11-13 19:25:56 +00:00
#endif
extern int abort PARAMS ((void));
extern int free PARAMS ((PTR));
extern void bcopy PARAMS ((char*,char*,int));
extern void exit PARAMS ((int));
extern void bzero PARAMS ((char *, int));
1991-11-13 19:25:56 +00:00
1992-03-13 15:57:41 +00:00
extern int strtol();
1991-11-13 19:25:56 +00:00
#include "fopen-same.h"
#define POSIX_UTIME
#ifndef _ES_MP
#define HAVE_PROCFS /* Used for core file stuff only */
#endif