https://issues.dlang.org/show_bug.cgi?id=23228

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <[email protected]> ---
@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

--

Reply via email to