summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:21:00 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:21:00 +0000
commit20e33b8e7b2282ce5beb9e1d7b422e0ff5951b11 (patch)
tree61b761fbafa422452b9d7d0623aad96e215d7f53 /thread.c
parentff0a346d9e8a236aaaded2be1ca5ad48ec182b38 (diff)
merges r21725 from trunk into ruby_1_9_1.
* thread.c (rb_time_timeval): made a real prototype. a patch from Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 3eb304d00..c085f7f9d 100644
--- a/thread.c
+++ b/thread.c
@@ -917,7 +917,7 @@ rb_thread_interrupted(VALUE thval)
return RUBY_VM_INTERRUPTED(th);
}
-struct timeval rb_time_timeval();
+struct timeval rb_time_timeval(VALUE);
void
rb_thread_sleep(int sec)