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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/poll/sys_cloexec.go b/src/internal/poll/sys_cloexec.go
index 4b3c642173..69207a4b89 100644
--- a/src/internal/poll/sys_cloexec.go
+++ b/src/internal/poll/sys_cloexec.go
@@ -5,6 +5,7 @@
// This file implements sysSocket and accept for platforms that do not
// provide a fast path for setting SetNonblock and CloseOnExec.
+//go:build aix || darwin || (js && wasm) || (solaris && !illumos)
// +build aix darwin js,wasm solaris,!illumos
package poll