vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
   266 type Sigset_t struct {
   266 type Sigset_t struct {
   267 	Val [16]uint64
   267 	Val [16]uint64
   268 }
   268 }
   269 
   269 
   270 const _C__NSIG = 0x41
   270 const _C__NSIG = 0x41
       
   271 
       
   272 const (
       
   273 	SIG_BLOCK   = 0x0
       
   274 	SIG_UNBLOCK = 0x1
       
   275 	SIG_SETMASK = 0x2
       
   276 )
   271 
   277 
   272 type Siginfo struct {
   278 type Siginfo struct {
   273 	Signo int32
   279 	Signo int32
   274 	Errno int32
   280 	Errno int32
   275 	Code  int32
   281 	Code  int32