aboutsummaryrefslogtreecommitdiff
path: root/src/net/sys_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/sys_cloexec.go')
-rw-r--r--src/net/sys_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/sys_cloexec.go b/src/net/sys_cloexec.go
index 89aad7066a..967b8bea9d 100644
--- a/src/net/sys_cloexec.go
+++ b/src/net/sys_cloexec.go
@@ -5,7 +5,7 @@
// This file implements sysSocket and accept for platforms that do not
// provide a fast path for setting SetNonblock and CloseOnExec.
-// +build aix darwin solaris
+// +build aix darwin solaris,!illumos
package net