aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/dir_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/dir_unix.go')
-rw-r--r--src/os/dir_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/dir_unix.go b/src/os/dir_unix.go
index 227dc9188..03624e9cf 100644
--- a/src/os/dir_unix.go
+++ b/src/os/dir_unix.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 linux && !baremetal && !wasip1 && !wasm_unknown
+//go:build linux && !baremetal && !wasip1 && !wasip2 && !wasm_unknown
package os