https://issues.dlang.org/show_bug.cgi?id=23228
Issue ID: 23228
Summary: OpenBSD: No SIGRTMIN or SIGRTMAX
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
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.
--
