]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: change missing from windows net fixes
authorRuss Cox <rsc@golang.org>
Wed, 13 Jul 2011 22:34:21 +0000 (15:34 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jul 2011 22:34:21 +0000 (15:34 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4701045

src/pkg/syscall/syscall_windows.go

index 048c4fa436317b6fdb715f47d4e149bc29877e3b..70955b94bfe36a9a731921f65041fab6dbf47a5d 100644 (file)
@@ -476,7 +476,7 @@ func Chmod(path string, mode uint32) (errno int) {
 //sys  WSACleanup() (errno int) [failretval==-1] = wsock32.WSACleanup
 //sys  WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (errno int) [failretval==-1] = ws2_32.WSAIoctl
 //sys  socket(af int32, typ int32, protocol int32) (handle Handle, errno int) [failretval==InvalidHandle] = wsock32.socket
-//sys  setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (errno int) [failretval==-1] = wsock32.setsockopt
+//sys  Setsockopt(s Handle, level int32, optname int32, optval *byte, optlen int32) (errno int) [failretval==-1] = wsock32.setsockopt
 //sys  bind(s Handle, name uintptr, namelen int32) (errno int) [failretval==-1] = wsock32.bind
 //sys  connect(s Handle, name uintptr, namelen int32) (errno int) [failretval==-1] = wsock32.connect
 //sys  getsockname(s Handle, rsa *RawSockaddrAny, addrlen *int32) (errno int) [failretval==-1] = wsock32.getsockname