mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use ubf list on cygwin
This commit is contained in:
parent
f3c35749fe
commit
02d40b6c17
1 changed files with 1 additions and 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__)
|
||||
#if defined(SIGVTALRM) && !defined(__EMSCRIPTEN__)
|
||||
# define USE_UBF_LIST 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue