diff options
Diffstat (limited to 'vendor/github.com/tetratelabs/wazero/sys/stat_linux.go')
| -rw-r--r-- | vendor/github.com/tetratelabs/wazero/sys/stat_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go b/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go index 9b5e20e8d..dded36347 100644 --- a/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go +++ b/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go @@ -1,4 +1,4 @@ -//go:build (amd64 || arm64 || riscv64) && linux +//go:build (amd64 || arm64 || ppc64le || riscv64 || s390x) && linux // Note: This expression is not the same as compiler support, even if it looks // similar. Platform functions here are used in interpreter mode as well. |
