wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives
Georgii Rylov 0899638ece
Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176)
For some platforms WAMR gets compiled with `CONFIG_HAS_CLOCK_NANOSLEEP=1`,
while `clock_nanosleep` is not present at the platform, which causes compilation error.

Add check for macro `DISABLE_CLOCK_NANOSLEEP` to resolve the issue, only when
the macro isn't defined can the macro `CONFIG_HAS_CLOCK_NANOSLEEP` take effect.
2023-05-12 07:49:21 +08:00
..
include esp-idf: Add socket support for esp-idf platform (#1364) 2022-11-02 18:02:58 +08:00
src Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176) 2023-05-12 07:49:21 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00