Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571)

This commit is contained in:
YAMAMOTO Takashi
2023-09-21 12:56:21 +09:00
committed by GitHub
parent 444b159963
commit 6fca48d8e6
4 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ utimensat(int fd, const char *path, const struct timespec ts[2], int flag);
DIR *
fdopendir(int fd);
#if WASM_DISABLE_WAKEUP_BLOCKING_OP != 0
#if WASM_DISABLE_WAKEUP_BLOCKING_OP == 0
#define OS_ENABLE_WAKEUP_BLOCKING_OP
#endif
void