diff options
Diffstat (limited to 'src/posix.h')
-rw-r--r-- | src/posix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/posix.h b/src/posix.h index bd5a98e26..d26371bca 100644 --- a/src/posix.h +++ b/src/posix.h @@ -24,6 +24,10 @@ #define _S_IFLNK S_IFLNK #endif +#ifndef S_IWUSR +#define S_IWUSR 00200 +#endif + #ifndef S_IXUSR #define S_IXUSR 00100 #endif |