From eaf1a0ab74230e5a86616159d35524a80449728f Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 20 Jan 2009 09:53:14 +0000 Subject: merges r21662 from trunk into ruby_1_9_1. * thread.c (rb_thread_execute_interrupts): needs rb_signal_buff_size to be declared. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index 72f8a2f28..3e368c6a6 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -741,8 +741,6 @@ get_ts(struct timespec *ts, unsigned long nsec) return ts; } -int rb_signal_buff_size(void); - static void * thread_timer(void *dummy) { -- cgit