]> Cypherpunks repositories - gostls13.git/commit
syscall: remove WSAEMSGSIZE
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 14 Apr 2018 02:48:55 +0000 (12:48 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 14 Apr 2018 03:52:37 +0000 (03:52 +0000)
commit73ab594c52a63d0eb385167aa58f7bca07e2a422
treecae29afc2eb26d2a93dc249cc4f0a5268a2c0283
parent9137edc986629c18760c4633166b29b556e64567
syscall: remove WSAEMSGSIZE

CL 92475 added WSAEMSGSIZE const to syscall package. But there
is already copy of WSAEMSGSIZE in internal/syscall/windows.
So delete syscall.WSAEMSGSIZE

Change-Id: I0b81fa5dcf846887a0cb27d8bbd7e250860627b5
Reviewed-on: https://go-review.googlesource.com/106956
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/internal/poll/fd_windows.go
src/syscall/types_windows.go