aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/syscall/errno_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/errno_other.go')
-rw-r--r--src/syscall/errno_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/errno_other.go b/src/syscall/errno_other.go
index 839b5f435..b988fbc1e 100644
--- a/src/syscall/errno_other.go
+++ b/src/syscall/errno_other.go
@@ -1,4 +1,4 @@
-//go:build !wasip1 && !darwin
+//go:build !wasip1 && !wasip2 && !darwin
package syscall