diff options
Diffstat (limited to 'bfd/hosts/irix3.h')
-rw-r--r-- | bfd/hosts/irix3.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/bfd/hosts/irix3.h b/bfd/hosts/irix3.h deleted file mode 100644 index caa7901..0000000 --- a/bfd/hosts/irix3.h +++ /dev/null @@ -1,25 +0,0 @@ -#include <stdio.h> -#include <unistd.h> -#include <fcntl.h> -#include <string.h> -#include <errno.h> -#include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <malloc.h> - -#if 0 -#include <ctype.h> -#include <sys/file.h> -#endif - -#if !defined (O_ACCMODE) -#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) -#endif - -#if !defined (SEEK_SET) -#define SEEK_SET 0 -#define SEEK_CUR 1 -#endif - -#include "fopen-same.h" |