Add a flag to asection, linker_has_input, and use it to reliably
[deliverable/binutils-gdb.git] / bfd / hosts / alphavms.h
index 38f815392f1d89802854c8984c5e03cf0e1f65e8..eee391a97fbff046d2f986941baf592387cdf390 100644 (file)
@@ -62,4 +62,8 @@ typedef BFD_HOST_64_BIT int64_type;
 
 #define NO_FCNTL 1
 
+#ifndef O_ACCMODE
+#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
+#endif
+
 extern int getpagesize PARAMS ((void));
This page took 0.022607 seconds and 4 git commands to generate.