Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #276632

Category None
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Fri 31 Jul 2026 12:38:52
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision cb21a37a68d347e79e06bec648cfa1be44e3944d

Comments

build: assume POSIX `select()` is available

This change effectively replaces an explicit compile-time #error with
a missing prototype error in environments not offering `select()`, and
saves curl-compatible systems from performing an explicit feature check.

Refs:
https://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html
https://linux.die.net/man/2/select

Closes #22448

Changed files