const syscall.EFAULT

2 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1215: 	EFAULT          = Errno(0xe)

	internal/poll
		sock_cloexec.go#L29: 	case syscall.EFAULT: // some Linux use this instead of ENOSYS