vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
--- 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