1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

thread_pthread.c: pthread_kill is not available on emscripten

This commit is contained in:
Yusuke Endoh 2021-01-23 13:23:26 +09:00
parent 33fb87cc9c
commit 05f89dd13b

View file

@ -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