mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
define ubf_list_atfork() as empty on cygwin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0401099cea
commit
4fcd9d708f
1 changed files with 1 additions and 0 deletions
|
@ -1380,6 +1380,7 @@ ubf_wakeup_all_threads(void)
|
|||
#define ubf_select 0
|
||||
static void ubf_wakeup_all_threads(void) { return; }
|
||||
static int ubf_threads_empty(void) { return 1; }
|
||||
#define ubf_list_atfork() do {} while (0)
|
||||
#endif /* USE_UBF_LIST */
|
||||
|
||||
#define TT_DEBUG 0
|
||||
|
|
Loading…
Reference in a new issue