Skip to content

Include sys/select for select(2) - #220

Merged
troglobit merged 1 commit into
troglobit:masterfrom
bluhm:sys-select
Jul 18, 2026
Merged

Include sys/select for select(2)#220
troglobit merged 1 commit into
troglobit:masterfrom
bluhm:sys-select

Conversation

@bluhm

@bluhm bluhm commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Linux, FreeBSD, and OpenBSD document #include <sys/select.h> in the select(2) man page. On OpenBSD src/socket.c did not compile due to missing declaration for fd_set.

Linux, FreeBSD, and OpenBSD document #include <sys/select.h> in the
select(2) man page.  On OpenBSD src/socket.c did not compile due
to missing declaration for fd_set.

Signed-off-by: Alexander Bluhm <bluhm@openbsd.org>
@troglobit
troglobit merged commit b4e97b4 into troglobit:master Jul 18, 2026
2 checks passed
@bluhm
bluhm deleted the sys-select branch July 18, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants