aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/sys_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/sys_cloexec.go')
-rw-r--r--libgo/go/net/sys_cloexec.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgo/go/net/sys_cloexec.go b/libgo/go/net/sys_cloexec.go
index 967b8be..a32483e 100644
--- a/libgo/go/net/sys_cloexec.go
+++ b/libgo/go/net/sys_cloexec.go
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// This file implements sysSocket and accept for platforms that do not
-// provide a fast path for setting SetNonblock and CloseOnExec.
+// This file implements sysSocket for platforms that do not provide a fast path
+// for setting SetNonblock and CloseOnExec.
+//go:build aix || darwin || (solaris && !illumos)
// +build aix darwin solaris,!illumos
package net