func syscall.CloseOnExec

7 uses

	syscall (current package)
		exec_unix.go#L104: func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }
		sock_cloexec_linux.go#L21: 		CloseOnExec(s)

	internal/poll
		fd_unix.go#L724: 	syscall.CloseOnExec(newfd)
		sock_cloexec.go#L40: 		syscall.CloseOnExec(ns)

	net
		sock_cloexec.go#L39: 		syscall.CloseOnExec(s)

	os
		file_unix.go#L237: 		syscall.CloseOnExec(r)
		removeall_at.go#L188: 		syscall.CloseOnExec(r)