Fix and clean up some comments
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
9f25de3dce
commit
eba87789ab
37 changed files with 73 additions and 69 deletions
|
@ -84,7 +84,7 @@ w32_set_winsock_errno(void)
|
|||
int err = WSAGetLastError();
|
||||
WSASetLastError(0);
|
||||
|
||||
/* Map some WSAE* errors to the runtime library's error codes. */
|
||||
/* Map some WSAE* errors to the runtime library's error codes. */
|
||||
switch (err) {
|
||||
case WSA_INVALID_HANDLE:
|
||||
errno = EBADF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue