x86: Remove x86 ISA properties with empty bits
[deliverable/binutils-gdb.git] / bfd / sysdep.h
index 840c028329c5e394a6bec72a5af7a6d21320188a..bc7dbcf6c34242fcdeefe099c4217e874fa1fa8e 100644 (file)
@@ -108,6 +108,10 @@ extern char *strrchr ();
 #ifndef O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
+/* Systems that don't already define this, don't need it.  */
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
 
 #ifndef SEEK_SET
 #define SEEK_SET 0
This page took 0.023091 seconds and 4 git commands to generate.