summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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