mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
use uint32_t
instead of __uint32_t
This commit is contained in:
parent
842d9c0afc
commit
d8a74207e7
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ timer_thread_register_waiting(rb_thread_t *th, int fd, enum thread_sched_waiting
|
|||
flags |= thread_sched_waiting_timeout;
|
||||
}
|
||||
|
||||
__uint32_t epoll_events = 0;
|
||||
uint32_t epoll_events = 0;
|
||||
if (flags & thread_sched_waiting_timeout) {
|
||||
VM_ASSERT(rel != NULL);
|
||||
abs = rb_hrtime_add(rb_hrtime_now(), *rel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue