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