]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: Adjust documentation to standardization of select
authorCollin Funk <collin.funk1@gmail.com>
Sat, 26 Jul 2025 04:15:12 +0000 (21:15 -0700)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 4 Aug 2025 14:18:02 +0000 (11:18 -0300)
commit4d059af1053104891fac7a44fa4e591ae85d2615
tree616730d2656bc2f11b644d943a55466442268b76
parent6e3e14fd4c9e3692a62cfc2fa65286d7c835c985
manual: Adjust documentation to standardization of select

The select function, fd_set, and FD_* macros were standardized by POSIX
in the sys/select.h header. They are still defined in sys/types.h if
__USE_MISC is defined, but we should recommend the more portable and
standardized sys/select.h.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
manual/llio.texi