mirror of
https://github.com/curl/curl.git
synced 2026-08-07 20:22:54 +03:00
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
This commit is contained in:
parent
326e8b9fc1
commit
e545e33d5f
7 changed files with 24 additions and 21 deletions
|
|
@ -63,6 +63,7 @@ static int gettimeofday(struct timeval *tp, void *nothing)
|
|||
tp->tv_sec = Sec;
|
||||
tp->tv_usec = Usec;
|
||||
#endif /* WITHOUT_MM_LIB */
|
||||
(void)nothing;
|
||||
return 0;
|
||||
}
|
||||
#else /* WIN32 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue