We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a85051 commit 0472ddcCopy full SHA for 0472ddc
core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/include/wasmtime_ssp.h
@@ -275,9 +275,9 @@ typedef uint64_t __wasi_timestamp_t;
275
typedef uint64_t __wasi_userdata_t;
276
277
typedef uint8_t __wasi_whence_t;
278
-#define __WASI_WHENCE_CUR (0)
279
-#define __WASI_WHENCE_END (1)
280
-#define __WASI_WHENCE_SET (2)
+#define __WASI_WHENCE_SET (0)
+#define __WASI_WHENCE_CUR (1)
+#define __WASI_WHENCE_END (2)
281
282
typedef uint8_t __wasi_preopentype_t;
283
#define __WASI_PREOPENTYPE_DIR (0)
0 commit comments