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