vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
   273 type Sigset_t struct {
   273 type Sigset_t struct {
   274 	Val [16]uint64
   274 	Val [16]uint64
   275 }
   275 }
   276 
   276 
   277 const _C__NSIG = 0x41
   277 const _C__NSIG = 0x41
       
   278 
       
   279 const (
       
   280 	SIG_BLOCK   = 0x0
       
   281 	SIG_UNBLOCK = 0x1
       
   282 	SIG_SETMASK = 0x2
       
   283 )
   278 
   284 
   279 type Siginfo struct {
   285 type Siginfo struct {
   280 	Signo int32
   286 	Signo int32
   281 	Errno int32
   287 	Errno int32
   282 	Code  int32
   288 	Code  int32