aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/hook_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/poll/hook_cloexec.go')
-rw-r--r--src/internal/poll/hook_cloexec.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/poll/hook_cloexec.go b/src/internal/poll/hook_cloexec.go
index 5fd5449bb0..d519f602c1 100644
--- a/src/internal/poll/hook_cloexec.go
+++ b/src/internal/poll/hook_cloexec.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
// +build dragonfly freebsd illumos linux netbsd openbsd
package poll