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:
parent
33fb87cc9c
commit
05f89dd13b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
# define USE_EVENTFD (0)
|
# define USE_EVENTFD (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SIGVTALRM) && !defined(__CYGWIN__)
|
#if defined(SIGVTALRM) && !defined(__CYGWIN__) && !defined(__EMSCRIPTEN__)
|
||||||
# define USE_UBF_LIST 1
|
# define USE_UBF_LIST 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue