|
@@ -54,7 +54,7 @@
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#if !defined(__APPLE__) && !defined(BH_PLATFORM_LINUX_SGX) && !defined(_WIN32) \
|
|
#if !defined(__APPLE__) && !defined(BH_PLATFORM_LINUX_SGX) && !defined(_WIN32) \
|
|
|
- && !defined(__COSMOPOLITAN__)
|
|
|
|
|
|
|
+ && !defined(__COSMOPOLITAN__) && !defined(BH_PLATFORM_FREERTOS)
|
|
|
#define CONFIG_HAS_PTHREAD_CONDATTR_SETCLOCK 1
|
|
#define CONFIG_HAS_PTHREAD_CONDATTR_SETCLOCK 1
|
|
|
#else
|
|
#else
|
|
|
#define CONFIG_HAS_PTHREAD_CONDATTR_SETCLOCK 0
|
|
#define CONFIG_HAS_PTHREAD_CONDATTR_SETCLOCK 0
|