daily update
[deliverable/binutils-gdb.git] / binutils / sysdep.h
index 3ac45fa4cf02289c6086b0f3d570e08c046ae275..e6a89a49d3c224b8934bd4d67bdf324f2a975e40 100644 (file)
 #ifndef _BIN_SYSDEP_H
 #define _BIN_SYSDEP_H
 
+#include "config.h"
 #include "ansidecl.h"
 #include <stdio.h>
 #include <sys/types.h>
 
 #include "bfdver.h"
-#include "config.h"
 
 #include <stdarg.h>
 
 #include "fopen-same.h"
 #endif
 
+#ifndef O_BINARY
+#ifdef  _O_BINARY
+#define O_BINARY _O_BINARY
+#else
+#define O_BINARY 0
+#endif
+#endif
+
 #include <errno.h>
 #ifndef errno
 extern int errno;
This page took 0.023014 seconds and 4 git commands to generate.