Skip to content

select: include missing config.h#1382

Open
vapier wants to merge 1 commit intomobile-shell:masterfrom
vapier:config
Open

select: include missing config.h#1382
vapier wants to merge 1 commit intomobile-shell:masterfrom
vapier:config

Conversation

@vapier
Copy link
Copy Markdown
Contributor

@vapier vapier commented Mar 30, 2026

This header uses HAVE_xxx defines, so make sure we include config.h to get consistent behavior. Otherwise, select.cc doesn't include it, and we always compile the old select codepath, and then when we use the header in other files, we compile the new pselect codepath.

This header uses HAVE_xxx defines, so make sure we include config.h
to get consistent behavior.  Otherwise, select.cc doesn't include it,
and we always compile the old select codepath, and then when we use
the header in other files, we compile the new pselect codepath.
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.

1 participant