Merge pull request #5693 from kzys/sigrtmin

Support SIGRTMIN+n signals
This commit is contained in:
Derek McGowan
2021-07-27 11:58:57 -07:00
committed by GitHub
128 changed files with 4052 additions and 12240 deletions

View File

@@ -18,7 +18,7 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
gotest.tools/v3 v3.0.3
)