diff --git a/thread_pthread.c b/thread_pthread.c index 97879f559a..894341c2a5 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -44,7 +44,7 @@ # define USE_EVENTFD (0) #endif -#if defined(SIGVTALRM) && !defined(__CYGWIN__) +#if defined(SIGVTALRM) && !defined(__CYGWIN__) && !defined(__EMSCRIPTEN__) # define USE_UBF_LIST 1 #endif