mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
syscall/darwin: add ENOTCONN
Signed-off-by: Roman Volosatovs <roman@profian.com>
This commit is contained in:
committed by
Ron Evans
parent
9d73e6cfe4
commit
13f21477b1
@@ -67,6 +67,7 @@ const (
|
||||
EMFILE Errno = 24
|
||||
EPIPE Errno = 32
|
||||
EAGAIN Errno = 35
|
||||
ENOTCONN Errno = 57
|
||||
ETIMEDOUT Errno = 60
|
||||
ENOSYS Errno = 78
|
||||
EWOULDBLOCK Errno = EAGAIN
|
||||
|
||||
Reference in New Issue
Block a user