]> Cypherpunks repositories - gostls13.git/commit
net: use syscall.fcntl on libc systems
authorIan Lance Taylor <iant@golang.org>
Tue, 20 Apr 2021 01:39:52 +0000 (18:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 20 Apr 2021 02:42:23 +0000 (02:42 +0000)
commitfe26dfadc3630617d133b8c94bcb2ccb2e85dc1b
tree9e8d77a0ad3bdaf307d88c97ac3ea35c6679e869
parent0ccdcb21024271211a64a5bb7e9c3c64d72f2699
net: use syscall.fcntl on libc systems

Should fix the AIX builder.

Change-Id: I3498805fb2eee2f0ad50268b5afbbf091c5f6e63
Reviewed-on: https://go-review.googlesource.com/c/go/+/311650
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/net/fcntl_libc_test.go [new file with mode: 0644]
src/net/fcntl_syscall_test.go [new file with mode: 0644]
src/net/unixsock_readmsg_test.go