aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/sys_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/poll/sys_cloexec.go')
-rw-r--r--src/internal/poll/sys_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/poll/sys_cloexec.go b/src/internal/poll/sys_cloexec.go
index 7b87f136df..4b3c642173 100644
--- a/src/internal/poll/sys_cloexec.go
+++ b/src/internal/poll/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 js,wasm solaris
+// +build aix darwin js,wasm solaris,!illumos
package poll