mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix build if UBF_TIMER == UBF_TIMER_PTHREAD
This commit is contained in:
parent
79fa27acc4
commit
c2d38a0d2d
1 changed files with 1 additions and 1 deletions
|
@ -2288,7 +2288,7 @@ static void *
|
|||
timer_pthread_fn(void *p)
|
||||
{
|
||||
rb_vm_t *vm = p;
|
||||
pthread_t main_thread_id = vm->ractor.main_thread->thread_id;
|
||||
pthread_t main_thread_id = vm->ractor.main_thread->nt->thread_id;
|
||||
struct pollfd pfd;
|
||||
int timeout = -1;
|
||||
int ccp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue