summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 02:31:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 02:31:54 +0000
commit3899c1bed7d5d4f519897b1d3b87292084fbcad6 (patch)
tree282176bb58930ee07d619b6b1b3c652b161b0f82 /thread.c
parent92ad9fb2d7345270bc7b485ea9dc75436aae1274 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@21725 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 b83c9495ed..bc3e46274f 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)