-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At this moment uksignal doesn't support real time signals (signal codes greater than 31). However, Go runtime assumes that it does and it tries to init signals up to SIGRTMAX, causing any go application to fail. This commit avoids this situation. These changes should be removed when real time signals support will be added to uksignals. Signed-off-by: Răzvan Vîrtan <virtanrazvan@gmail.com>
- Loading branch information
1 parent
a4d3e96
commit 17683fc
Showing
2 changed files
with
36 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters