From 7548df60ba5dfb1c3421ca0f88d2c3fab807ffd3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jan 2009 02:31:54 +0000 Subject: * thread.c (rb_time_timeval): made a real prototype. a patch from Marcus Rueckert at [ruby-core:21492]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index b83c9495e..bc3e46274 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) -- cgit