You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#395 - lemonrock:windows_posix_errors, r=alexcrichton
Adding POSIX 'E' error code constants for Windows
Believe it or not, Windows actually defines a few POSIX
'E' error codes (eg EINVAL). By adding them to libc, the Windows
bindings for things like `read()` become useful.
0 commit comments