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