mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
select: update comments
s/curlx_tvnow/Curl_now
This commit is contained in:
parent
647f9aea68
commit
f2003295a0
@ -177,7 +177,7 @@ int Curl_socket_check(curl_socket_t readfd0, /* two sockets to read from */
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Avoid initial timestamp, avoid curlx_tvnow() call, when elapsed
|
/* Avoid initial timestamp, avoid Curl_now() call, when elapsed
|
||||||
time in this function does not need to be measured. This happens
|
time in this function does not need to be measured. This happens
|
||||||
when function is called with a zero timeout or a negative timeout
|
when function is called with a zero timeout or a negative timeout
|
||||||
value indicating a blocking call should be performed. */
|
value indicating a blocking call should be performed. */
|
||||||
@ -418,7 +418,7 @@ int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms)
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Avoid initial timestamp, avoid curlx_tvnow() call, when elapsed
|
/* Avoid initial timestamp, avoid Curl_now() call, when elapsed
|
||||||
time in this function does not need to be measured. This happens
|
time in this function does not need to be measured. This happens
|
||||||
when function is called with a zero timeout or a negative timeout
|
when function is called with a zero timeout or a negative timeout
|
||||||
value indicating a blocking call should be performed. */
|
value indicating a blocking call should be performed. */
|
||||||
|
Loading…
Reference in New Issue
Block a user