Define FASCIST_FDOPEN.
[deliverable/binutils-gdb.git] / bfd / hosts / rs6000.h
index 4fb70e8f5434e47696e15d230bd419ac0a651f86..7cf72b10379ebc6426ea9e49d947a82802fa9b81 100644 (file)
@@ -8,6 +8,9 @@
 #include <sys/file.h>
 #include <stdlib.h>            /* for malloc() */
 
+/* fdopen() won't let you open read-only files for update */
+#define        FASCIST_FDOPEN
+
 #ifndef O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
This page took 0.023527 seconds and 4 git commands to generate.