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