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