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 7579e29 commit c653fd7Copy full SHA for c653fd7
include/wasi_types.h
@@ -316,8 +316,8 @@ typedef struct uvwasi_event_s {
316
} uvwasi_event_t;
317
318
typedef uint8_t uvwasi_whence_t;
319
-#define UVWASI_WHENCE_CUR 0
320
-#define UVWASI_WHENCE_END 1
321
-#define UVWASI_WHENCE_SET 2
+#define UVWASI_WHENCE_SET 0
+#define UVWASI_WHENCE_CUR 1
+#define UVWASI_WHENCE_END 2
322
323
#endif /* __UVWASI_WASI_TYPES_H__ */
0 commit comments