зеркало из https://github.com/github/ruby.git
* 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
This commit is contained in:
Родитель
d31e1d4a52
Коммит
4c4aef3bbe
|
@ -1,3 +1,8 @@
|
|||
Mon Jan 19 14:31:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread.c (rb_thread_execute_interrupts): needs
|
||||
rb_signal_buff_size to be declared.
|
||||
|
||||
Mon Jan 19 13:34:25 2009 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ruby.c (require_libraries): reset th->parse_in_eval while
|
||||
|
|
1
thread.c
1
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);
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче