summaryrefslogtreecommitdiff
path: root/go/psx-signals.go
Commit message (Collapse)AuthorAgeFilesLines
* SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.psx/v0.2.46-rc2Andrew G. Morgan2020-12-081-0/+46
This is a workaround for: https://bugzilla.kernel.org/show_bug.cgi?id=210533 I've also adapted the test attachment from that bug to run without privilege. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>