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