]> Cypherpunks repositories - gostls13.git/commit
net: enable fast socket creation with close-on-exec flag on freebsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 4 Mar 2014 00:28:09 +0000 (09:28 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 4 Mar 2014 00:28:09 +0000 (09:28 +0900)
commit1d086e39b09e6fa3b5e87da5dd6ed8154319f1db
treef454a612f27d8d077d3323f00f42d78095096c74
parenta918c2c6d82c115fdcbc14e7ae754b3c278c1ae4
net: enable fast socket creation with close-on-exec flag on freebsd

Also makes variable names explicit.

Fixes #7186.

LGTM=iant
R=golang-codereviews, gobot, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/69100043
src/pkg/net/sock_cloexec.go
src/pkg/net/sys_cloexec.go