• Show log

    Commit

  • Hash : dcaa9099
    Author : Edward Thomson
    Date : 2017-03-29T23:54:47

    win32: map windows error codes to errno
    
    Introduce mapping from windows error codes to errno values.  This
    allows us to replace our calls to the Windows posix emulation functions
    with calls to the Win32 APIs for more fine-grained control over the
    emulation.
    
    These mappings match the Windows CRT's mappings for its posix emulation
    as they were described to me.