Use ubf list on cygwin

This commit is contained in:
Daisuke Fujimura (fd0) 2023-12-26 10:27:01 +09:00 committed by Hiroshi SHIBATA
parent f3c35749fe
commit 02d40b6c17

View File

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