[Issue 23228] OpenBSD: No SIGRTMIN or SIGRTMAX
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 4 02:59:01 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23228
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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
--
More information about the Digitalmars-d-bugs
mailing list