diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-20 09:53:14 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-20 09:53:14 +0000 |
| commit | eaf1a0ab74230e5a86616159d35524a80449728f (patch) | |
| tree | 5c695988ca7301544f7558c0dd5b741b1e25a2b6 /thread_pthread.c | |
| parent | ccc9fa49623f4bdb5e0dd48f6f55f31f824643eb (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_pthread.c')
| -rw-r--r-- | thread_pthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |
