This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information