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