const syscall.ESRCH

2 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1303: 	ESRCH           = Errno(0x3)

	os
		exec_unix.go#L127: 	if err == syscall.ESRCH {