summaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 09:53:14 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 09:53:14 +0000
commiteaf1a0ab74230e5a86616159d35524a80449728f (patch)
tree5c695988ca7301544f7558c0dd5b741b1e25a2b6 /thread.c
parentccc9fa49623f4bdb5e0dd48f6f55f31f824643eb (diff)
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
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 7acf191ff..3eb304d00 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);