aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix/eaccess_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/syscall/unix/eaccess_other.go')
-rw-r--r--src/internal/syscall/unix/eaccess_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/syscall/unix/eaccess_other.go b/src/internal/syscall/unix/eaccess_other.go
index 1a633ae857a..3da3a64f0e6 100644
--- a/src/internal/syscall/unix/eaccess_other.go
+++ b/src/internal/syscall/unix/eaccess_other.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build unix && !dragonfly && !freebsd && !linux && !openbsd && !netbsd
+//go:build unix && !darwin && !dragonfly && !freebsd && !linux && !openbsd && !netbsd
package unix