diff options
Diffstat (limited to 'src/os/stat_other.go')
-rw-r--r-- | src/os/stat_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/stat_other.go b/src/os/stat_other.go index d3e0af6ed..234c59db2 100644 --- a/src/os/stat_other.go +++ b/src/os/stat_other.go @@ -1,4 +1,4 @@ -//go:build baremetal || (tinygo.wasm && !wasip1) +//go:build baremetal || (tinygo.wasm && !wasip1 && !wasip2) // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |