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