[Issue 23228] OpenBSD: No SIGRTMIN or SIGRTMAX

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 4 07:07:22 UTC 2022


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
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

--


More information about the Digitalmars-d-bugs mailing list