From 02d40b6c171db2e6ae0c3f259b470c873f746d70 Mon Sep 17 00:00:00 2001 From: "Daisuke Fujimura (fd0)" Date: Tue, 26 Dec 2023 10:27:01 +0900 Subject: [PATCH] Use ubf list on cygwin --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread_pthread.c b/thread_pthread.c index cdaf6f240c..82b5e362cc 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -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__) +#if defined(SIGVTALRM) && !defined(__EMSCRIPTEN__) # define USE_UBF_LIST 1 #endif