diff options
Diffstat (limited to 'bfd/hosts/we32k.h')
-rw-r--r-- | bfd/hosts/we32k.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/bfd/hosts/we32k.h b/bfd/hosts/we32k.h deleted file mode 100644 index 00b2878..0000000 --- a/bfd/hosts/we32k.h +++ /dev/null @@ -1,28 +0,0 @@ -#include <ansidecl.h> -#include <unistd.h> -#include <fcntl.h> -#include <errno.h> -#include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <time.h> -#include <ctype.h> -#include <string.h> -#include <sys/file.h> -#ifndef O_ACCMODE -#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) -#endif - -#ifndef DONTDECLARE_MALLOC -extern PTR malloc PARAMS ((unsigned)); -extern PTR realloc PARAMS ((PTR, unsigned)); -#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)); -extern int strtol(); -#define NO_STDARG 1 - -#include "fopen-same.h" |