const syscall.EWOULDBLOCK

2 uses

	syscall (current package)
		syscall_unix.go#L137: 	return e == EAGAIN || e == EWOULDBLOCK || e == ETIMEDOUT
		zerrors_linux_amd64.go#L1314: 	EWOULDBLOCK     = Errno(0xb)