]> git.ipfire.org Git - thirdparty/curl.git/commit
select: convert Curl_select() to private static function
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jan 2021 08:32:49 +0000 (09:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jan 2021 08:05:31 +0000 (09:05 +0100)
commit32766cb4db0d71b06fe2a2d829e51e3404b65c24
treec5fcbad28df4cde15f3f7852d13a1d69a9525889
parent5ad377718d0c585ec3e534d68fcfcc5abb74e1b1
select: convert Curl_select() to private static function

The old function should not be used anywhere anymore (the only remaining
gskit use has to be fixed to instead use Curl_poll or none at all).

The static function version is now called our_select() and is only built
if necessary.

Closes #6531
lib/select.c
lib/select.h