diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-11 09:11:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-11 09:11:29 +0000 |
commit | c8cd13337efcd45e918fab824b226e4ae6338ea0 (patch) | |
tree | 41c1184f8a80120d392ae8a94e272eb045e4a22e /lib/select.h | |
parent | 40e9e40cb41f3755b7a07c7d73cac59a6633f121 (diff) | |
download | curl-c8cd13337efcd45e918fab824b226e4ae6338ea0.tar.gz |
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
Diffstat (limited to 'lib/select.h')
-rw-r--r-- | lib/select.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/select.h b/lib/select.h index 0941db6df..e0844b1d6 100644 --- a/lib/select.h +++ b/lib/select.h @@ -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); |