aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-19 05:32:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-19 05:32:05 +0000
commit4c4aef3bbe4db3e1d7fc2116bf2a868e44f52dee (patch)
tree0484c61b4fde6d74c90254cc046b81e8860e6a56 /thread.c
parentd31e1d4a52fc17c0cd8848eedd6e0934f5ea5291 (diff)
downloadruby-4c4aef3bbe4db3e1d7fc2116bf2a868e44f52dee.tar.gz
* thread.c (rb_thread_execute_interrupts): needs
rb_signal_buff_size to be declared. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21662 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 9996d6a4ae..b83c9495ed 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);