mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:03:06 +03:00
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
This commit is contained in:
parent
40e9e40cb4
commit
c8cd13337e
8 changed files with 49 additions and 253 deletions
|
|
@ -51,9 +51,6 @@ struct pollfd
|
|||
#define CSELECT_OUT 0x02
|
||||
#define CSELECT_ERR 0x04
|
||||
|
||||
int Curl_pselect(curl_socket_t readfd, curl_socket_t writefd, int timeout_ms,
|
||||
sigset_t * sigmask);
|
||||
|
||||
int Curl_select(curl_socket_t readfd, curl_socket_t writefd, int timeout_ms);
|
||||
|
||||
int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue