diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 05:32:05 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 05:32:05 +0000 |
| commit | bb88b0d4d6e0fb7d8bc89bfc6e8634e7cb7a2039 (patch) | |
| tree | 0484c61b4fde6d74c90254cc046b81e8860e6a56 /thread.c | |
| parent | 73dc7fc60e4af35d91447ae43d293fb2f57f629b (diff) | |
| download | ruby-bb88b0d4d6e0fb7d8bc89bfc6e8634e7cb7a2039.tar.gz ruby-bb88b0d4d6e0fb7d8bc89bfc6e8634e7cb7a2039.tar.xz ruby-bb88b0d4d6e0fb7d8bc89bfc6e8634e7cb7a2039.zip | |
* 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
Diffstat (limited to 'thread.c')
| -rw-r--r-- | thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
