posix_w32.c
17.4 KB
-
win32: limit the mode to `_wopen`/`_waccess` · 527ed59a
Win32 generally ignores Unix-like mode bits that don't make any sense on the platform (eg `0644` makes no sense to Windows). But WINE complains loudly when presented with POSIXy bits. Remove them. (Thanks @phkelley)
Edward Thomson committed