type internal/syscall/unix.SiginfoChild

5 uses

	internal/syscall/unix (current package)
		siginfo_linux.go#L18: type SiginfoChild struct {
		siginfo_linux.go#L50: func (s *SiginfoChild) WaitStatus() (ws syscall.WaitStatus) {
		waitid_linux.go#L17: func Waitid(idType int, id int, info *SiginfoChild, options int, rusage *syscall.Rusage) error {

	os
		pidfd_linux.go#L102: 		info   unix.SiginfoChild
		wait_waitid.go#L22: 	var info unix.SiginfoChild