X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fw32sock.h;h=8705f8f00a505e718bd35583c8274231e6289481;hb=bc992b8f9a059d4c10379609c2998ef4ea5597ba;hp=0622985b8197a31c1687b29f7231d306ca710ec1;hpb=11ee0e1340f95ccb9954e522f6e003b3125eb109;p=gnulib.git diff --git a/lib/w32sock.h b/lib/w32sock.h index 0622985b8..8705f8f00 100644 --- a/lib/w32sock.h +++ b/lib/w32sock.h @@ -32,7 +32,6 @@ static inline void set_winsock_errno (void) { int err = WSAGetLastError (); - WSASetLastError (0); /* Map some WSAE* errors to the runtime library's error codes. */ switch (err)