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