Skip to content

fix: USR1/USR2 handling on OpenBSD#4992

Open
VlkrS wants to merge 4 commits intoAlexays:masterfrom
VlkrS:openbsd
Open

fix: USR1/USR2 handling on OpenBSD#4992
VlkrS wants to merge 4 commits intoAlexays:masterfrom
VlkrS:openbsd

Conversation

@VlkrS
Copy link
Copy Markdown

@VlkrS VlkrS commented Apr 17, 2026

Unfortunately one part of #4278 introduced a bug that breaks USR1/USR2 handling for OpenBSD by treating them the same as SIGRT*

Instead of redefining SIGRTMIN and SIGRTMAX (which do not exist on OpenBSD), I would like to propose to only include the code sections that make use of those signals when SIGRTMIN is defined.

This will also make it explicit for those maintaining the OpenBSD port, when a feature is added or modified that makes use of those signals and that accordingly may need to be disabled or worked around on OpenBSD.

Thank you in advance for considering.

Cc: @rwsalie

@VlkrS VlkrS changed the title Fix USR1/USR2 handling on OpenBSD fix: USR1/USR2 handling on OpenBSD Apr 21, 2026
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