]> Cypherpunks repositories - gostls13.git/commit
net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor
authorIan Lance Taylor <iant@golang.org>
Mon, 19 Dec 2011 20:57:49 +0000 (12:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 19 Dec 2011 20:57:49 +0000 (12:57 -0800)
commit384329592a72e8ce7cfdacb1f3cf2d05af07562a
tree0a3324e1f144f125dcd5c635efc290eb8ff0262d
parent1d0f93b4be68263ec7e07255e8fe20e1168c9bba
net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor
Enable new test in os.

R=dave, iant, rsc
CC=golang-dev
https://golang.org/cl/5494061
src/pkg/net/fd_darwin.go
src/pkg/net/fd_freebsd.go
src/pkg/net/fd_linux.go
src/pkg/net/fd_netbsd.go
src/pkg/net/fd_openbsd.go
src/pkg/os/exec/exec_test.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/zsyscall_linux_386.go
src/pkg/syscall/zsyscall_linux_amd64.go
src/pkg/syscall/zsyscall_linux_arm.go