Skip to content
Snippets Groups Projects
Commit 689986bc authored by rswindell's avatar rswindell
Browse files

#undefines O_DENYNONE if already defined for Unix build.

parent fd05dc69
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
#define O_TEXT 0 /* all files in binary mode on Unix */ #define O_TEXT 0 /* all files in binary mode on Unix */
#define O_BINARY 0 /* all files in binary mode on Unix */ #define O_BINARY 0 /* all files in binary mode on Unix */
#undef O_DENYNONE
#define O_DENYNONE (1<<31) /* req'd for Baja/nopen compatibility */ #define O_DENYNONE (1<<31) /* req'd for Baja/nopen compatibility */
#define SH_DENYNO 2 // no locks #define SH_DENYNO 2 // no locks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment