We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fe3d0 commit 8a874ceCopy full SHA for 8a874ce
1 file changed
core/shared/platform/include/platform_api_extension.h
@@ -12,12 +12,12 @@
12
#include "platform_wasi_types.h"
13
#else
14
#include <wasi/api.h>
15
-#define __WASI_ESUCCESS (0)
16
-#define __WASI_EINVAL (28)
17
-#define __WASI_CLOCK_REALTIME (0)
18
-#define __WASI_CLOCK_MONOTONIC (1)
+#define __WASI_ESUCCESS (0)
+#define __WASI_EINVAL (28)
+#define __WASI_CLOCK_REALTIME (0)
+#define __WASI_CLOCK_MONOTONIC (1)
19
#define __WASI_CLOCK_PROCESS_CPUTIME_ID (2)
20
-#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
+#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
21
#endif
22
23
/**
0 commit comments