mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-11 00:15:29 +00:00
Change whence_t constant values to match pre-existing agreed-upon values. (#307)
This commit is contained in:
parent
1a85051415
commit
0472ddc0d0
|
@ -275,9 +275,9 @@ typedef uint64_t __wasi_timestamp_t;
|
|||
typedef uint64_t __wasi_userdata_t;
|
||||
|
||||
typedef uint8_t __wasi_whence_t;
|
||||
#define __WASI_WHENCE_CUR (0)
|
||||
#define __WASI_WHENCE_END (1)
|
||||
#define __WASI_WHENCE_SET (2)
|
||||
#define __WASI_WHENCE_SET (0)
|
||||
#define __WASI_WHENCE_CUR (1)
|
||||
#define __WASI_WHENCE_END (2)
|
||||
|
||||
typedef uint8_t __wasi_preopentype_t;
|
||||
#define __WASI_PREOPENTYPE_DIR (0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user