thread_pthread.c: pthread_kill is not available on emscripten
This commit is contained in:
parent
33fb87cc9c
commit
05f89dd13b
@ -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…
x
Reference in New Issue
Block a user