OpenBSD does not provide SIGRTMIN or SIGRTMAX definitions.
Workaround is to use SIGUSR1 for SIGRTMIN and 32 for SIGRTMAX. 32 is the max signal number on OpenBSD.
Comment #1 by dlang-bot — 2022-07-04T02:59:01Z
@ibara created dlang/druntime pull request #3868 "Fix Issue 23228 - OpenBSD: No SIGRTMIN or SIGRTMAX" fixing this issue:
- Fix Issue 23228 - OpenBSD: No SIGRTMIN or SIGRTMAX
OpenBSD does not provide SIGRTMIN or SIGRTMAX definitions.
Workaround is to use SIGUSR1 for SIGRTMIN and 32 for SIGRTMAX.
32 is the max signal number on OpenBSD.
https://github.com/dlang/druntime/pull/3868
Comment #2 by dlang-bot — 2022-07-04T07:07:22Z
dlang/druntime pull request #3868 "Fix Issue 23228 - OpenBSD: No SIGRTMIN or SIGRTMAX" was merged into master:
- 77e4f50636b2a5fe6d9b46107be0aacdd985fefa by Brian Callahan:
Fix Issue 23228 - OpenBSD: No SIGRTMIN or SIGRTMAX
OpenBSD does not provide SIGRTMIN or SIGRTMAX definitions.
Workaround is to use SIGUSR1 for SIGRTMIN and 32 for SIGRTMAX.
32 is the max signal number on OpenBSD.
https://github.com/dlang/druntime/pull/3868