summaryrefslogtreecommitdiff
path: root/vendor/github.com/tetratelabs/wazero/sys/stat.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tetratelabs/wazero/sys/stat.go')
-rw-r--r--vendor/github.com/tetratelabs/wazero/sys/stat.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/github.com/tetratelabs/wazero/sys/stat.go b/vendor/github.com/tetratelabs/wazero/sys/stat.go
index bb7b9e5d3..328885545 100644
--- a/vendor/github.com/tetratelabs/wazero/sys/stat.go
+++ b/vendor/github.com/tetratelabs/wazero/sys/stat.go
@@ -29,9 +29,7 @@ type EpochNanos = int64
// # Notes
//
// - This is used for WebAssembly ABI emulating the POSIX `stat` system call.
-// Fields included are required for WebAssembly ABI including wasip1
-// (a.k.a. wasix) and wasi-filesystem (a.k.a. wasip2). See
-// https://pubs.opengroup.org/onlinepubs/9699919799/functions/stat.html
+// See https://pubs.opengroup.org/onlinepubs/9699919799/functions/stat.html
// - Fields here are required for WebAssembly ABI including wasip1
// (a.k.a. wasix) and wasi-filesystem (a.k.a. wasip2).
// - This isn't the same as syscall.Stat_t because wazero supports Windows,