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