• Show log

    Commit

  • Hash : 527ed59a
    Author : Edward Thomson
    Date : 2015-02-13T09:18:49

    win32: limit the mode to `_wopen`/`_waccess`
    
    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)