mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-12-11 18:12:53 +00:00
Fix existing formatting error.
This commit is contained in:
parent
2e272ebdd5
commit
31584b6aed
|
|
@ -12,12 +12,12 @@
|
||||||
#include "platform_wasi_types.h"
|
#include "platform_wasi_types.h"
|
||||||
#else
|
#else
|
||||||
#include <wasi/api.h>
|
#include <wasi/api.h>
|
||||||
#define __WASI_ESUCCESS (0)
|
#define __WASI_ESUCCESS (0)
|
||||||
#define __WASI_EINVAL (28)
|
#define __WASI_EINVAL (28)
|
||||||
#define __WASI_CLOCK_REALTIME (0)
|
#define __WASI_CLOCK_REALTIME (0)
|
||||||
#define __WASI_CLOCK_MONOTONIC (1)
|
#define __WASI_CLOCK_MONOTONIC (1)
|
||||||
#define __WASI_CLOCK_PROCESS_CPUTIME_ID (2)
|
#define __WASI_CLOCK_PROCESS_CPUTIME_ID (2)
|
||||||
#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
|
#define __WASI_CLOCK_THREAD_CPUTIME_ID (3)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user