warning fix: remove senseless assignment before bailing out of fn w/error
[fw/openocd] / src / helper / replacements.h
index 2b3ea73a6fba0f50bee4a2836dc3ab34c1039f08..3598dd9fefa2f721ac945498d505c419018bcca2 100644 (file)
 #define ENOTSUP 134            /* Not supported */
 #endif
 
+/* for systems that do not support O_BINARY
+ * linux being one of them */
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
 #ifndef HAVE_SYS_TIME_H
 
 #ifndef _TIMEVAL_DEFINED