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 d849fda0b0..4c70abd9b1 100644
--- a/src/internal/poll/sock_cloexec.go
+++ b/src/internal/poll/sock_cloexec.go
@@ -5,7 +5,7 @@
// This file implements accept for platforms that provide a fast path for
// setting SetNonblock and CloseOnExec.
-//go:build dragonfly || freebsd || illumos || linux || netbsd || openbsd
+//go:build dragonfly || freebsd || illumos || (linux && !arm) || netbsd || openbsd
package poll