mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:27:23 +03:00
waitconnect() takes the timeout argument as a long
This commit is contained in:
parent
c52c592f4c
commit
576be36249
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ int Curl_nonblock(int sockfd, /* operate on this */
|
|||
*/
|
||||
static
|
||||
int waitconnect(int sockfd, /* socket */
|
||||
int timeout_msec)
|
||||
long timeout_msec)
|
||||
{
|
||||
fd_set fd;
|
||||
fd_set errfd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue