vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
   247 type Sigset_t struct {
   247 type Sigset_t struct {
   248 	Val [32]uint32
   248 	Val [32]uint32
   249 }
   249 }
   250 
   250 
   251 const _C__NSIG = 0x80
   251 const _C__NSIG = 0x80
       
   252 
       
   253 const (
       
   254 	SIG_BLOCK   = 0x1
       
   255 	SIG_UNBLOCK = 0x2
       
   256 	SIG_SETMASK = 0x3
       
   257 )
   252 
   258 
   253 type Siginfo struct {
   259 type Siginfo struct {
   254 	Signo int32
   260 	Signo int32
   255 	Code  int32
   261 	Code  int32
   256 	Errno int32
   262 	Errno int32