daily update
[deliverable/binutils-gdb.git] / binutils / sysdep.h
index 9627b46d459c479c0195c61a1f37e5db36d58982..e6a89a49d3c224b8934bd4d67bdf324f2a975e40 100644 (file)
@@ -6,7 +6,7 @@
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
 #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.024059 seconds and 4 git commands to generate.