1
0
Fork 0
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:
Nobuyoshi Nakada 2021-02-09 17:11:14 +09:00
parent 8776606b1d
commit e7416b4c7e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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);