summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorDaisuke Fujimura (fd0) <[email protected]>2023-12-26 10:27:01 +0900
committerHiroshi SHIBATA <[email protected]>2024-03-29 08:13:25 +0900
commit02d40b6c171db2e6ae0c3f259b470c873f746d70 ()
tree93e5a9eefc8568455ff125f240a86dcf1a1928fe /thread_pthread.c
parentf3c35749feb559db5aa3597a1c91a30c2550e85c (diff)
Use ubf list on cygwin
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ event_name(rb_event_flag_t event)
static rb_serial_t current_fork_gen = 1; /* We can't use GET_VM()->fork_gen */
-#if defined(SIGVTALRM) && !defined(__CYGWIN__) && !defined(__EMSCRIPTEN__)
# define USE_UBF_LIST 1
#endif