go/src/internal/syscall/unix/siginfo_linux.go

const is64bit

type SiginfoChild

const _CLD_EXITED

const _CLD_KILLED

const _CLD_DUMPED

const _CLD_TRAPPED

const _CLD_STOPPED

const _CLD_CONTINUED

const core

const stopped

const continued

// WaitStatus converts SiginfoChild, as filled in by the waitid syscall,
// to syscall.WaitStatus.
func (s *SiginfoChild) WaitStatus() (ws syscall.WaitStatus) {}