From bb88b0d4d6e0fb7d8bc89bfc6e8634e7cb7a2039 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 19 Jan 2009 05:32:05 +0000 Subject: * thread.c (rb_thread_execute_interrupts): needs rb_signal_buff_size to be declared. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 9996d6a4a..b83c9495e 100644 --- a/thread.c +++ b/thread.c @@ -69,6 +69,7 @@ static int rb_thread_dead(rb_thread_t *th); static void rb_check_deadlock(rb_vm_t *vm); +int rb_signal_buff_size(void); void rb_signal_exec(rb_thread_t *th, int sig); void rb_disable_interrupt(void); void rb_thread_stop_timer_thread(void); -- cgit