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