]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/hosts/dose.h
* libbfd-in.h: Remove alloca cruft. It was missing some necessary
[thirdparty/binutils-gdb.git] / bfd / hosts / dose.h
CommitLineData
c5652bff 1#include <stddef.h>
a3bb31a0
SC
2#include <fcntl.h>
3#include <errno.h>
4#include <stdio.h>
5#include <sys/types.h>
6#include <sys/stat.h>
7#include <ctype.h>
8#include <string.h>
9#include <sys/file.h>
c5652bff 10#ifndef O_ACCMODE
a3bb31a0
SC
11#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
12#endif
13#define SEEK_SET 0
14#define SEEK_CUR 1
15
a5431adc 16#include "fopen-bin.h"