[Issue 23228] New: OpenBSD: No SIGRTMIN or SIGRTMAX

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 4 02:58:02 UTC 2022


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: nobody at puremagic.com
          Reporter: bcallah at openbsd.org

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.

--


More information about the Digitalmars-d-bugs mailing list