New Internal wrapper function Curl_select() around select (2), it

uses poll() when a fine poll() is available, so now libcurl can be
built without select() support at all if a fine poll() is available.
This commit is contained in:
Yang Tse
2007-03-27 18:15:26 +00:00
parent 59eaae42b8
commit eed47311f8
6 changed files with 222 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ This release includes the following changes:
o added experimental CURL_ACKNOWLEDGE_EINTR symbol definition check
o --key and new --pubkey options for SSH public key file logins
o --pass now works for a SSH public key file, too
o select (2) support no longer needed to build the library if poll() used
This release includes the following bugfixes: