Skip to content

Commit 13f2147

Browse files
rvolosatovsdeadprogram
authored andcommitted
syscall/darwin: add ENOTCONN
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 9d73e6c commit 13f2147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/syscall/syscall_libc_darwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const (
6767
EMFILE Errno = 24
6868
EPIPE Errno = 32
6969
EAGAIN Errno = 35
70+
ENOTCONN Errno = 57
7071
ETIMEDOUT Errno = 60
7172
ENOSYS Errno = 78
7273
EWOULDBLOCK Errno = EAGAIN

0 commit comments

Comments
 (0)