mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Updated pre-prototype declarations
This commit is contained in:
parent
8776606b1d
commit
e7416b4c7e
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include "ruby/intern.h"
|
||||
|
||||
VALUE rb_fiber_scheduler_get();
|
||||
VALUE rb_fiber_scheduler_get(void);
|
||||
VALUE rb_fiber_scheduler_set(VALUE scheduler);
|
||||
|
||||
VALUE rb_fiber_scheduler_current();
|
||||
VALUE rb_fiber_scheduler_current(void);
|
||||
VALUE rb_fiber_scheduler_current_for_thread(VALUE thread);
|
||||
|
||||
VALUE rb_fiber_scheduler_make_timeout(struct timeval *timeout);
|
||||
|
|
Loading…
Reference in a new issue