waitconnect() takes the timeout argument as a long
This commit is contained in:
Родитель
c52c592f4c
Коммит
576be36249
|
@ -169,7 +169,7 @@ int Curl_nonblock(int sockfd, /* operate on this */
|
||||||
*/
|
*/
|
||||||
static
|
static
|
||||||
int waitconnect(int sockfd, /* socket */
|
int waitconnect(int sockfd, /* socket */
|
||||||
int timeout_msec)
|
long timeout_msec)
|
||||||
{
|
{
|
||||||
fd_set fd;
|
fd_set fd;
|
||||||
fd_set errfd;
|
fd_set errfd;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче