aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/sock_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/poll/sock_cloexec.go')
-rw-r--r--src/internal/poll/sock_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/poll/sock_cloexec.go b/src/internal/poll/sock_cloexec.go
index 691cb8e36f..ff7982ca9e 100644
--- a/src/internal/poll/sock_cloexec.go
+++ b/src/internal/poll/sock_cloexec.go
@@ -5,7 +5,7 @@
// This file implements sysSocket and accept for platforms that
// provide a fast path for setting SetNonblock and CloseOnExec.
-// +build dragonfly freebsd linux netbsd openbsd
+// +build dragonfly freebsd illumos linux netbsd openbsd
package poll