diff options
Diffstat (limited to 'src/syscall/errno_other.go')
-rw-r--r-- | src/syscall/errno_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/errno_other.go b/src/syscall/errno_other.go index 3a06ac018..8c58f5f01 100644 --- a/src/syscall/errno_other.go +++ b/src/syscall/errno_other.go @@ -1,4 +1,4 @@ -//go:build !wasip1 && !wasip2 +//go:build !js && !wasip1 && !wasip2 package syscall |