diff -r 8f478162d991 -r 05c40b36d3b2 vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go --- a/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go Thu Sep 22 16:37:07 2022 +0200 +++ b/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go Sat Feb 04 12:58:35 2023 +0100 @@ -250,6 +250,12 @@ const _C__NSIG = 0x80 +const ( + SIG_BLOCK = 0x1 + SIG_UNBLOCK = 0x2 + SIG_SETMASK = 0x3 +) + type Siginfo struct { Signo int32 Code int32