Bug #7281 ยป sleepy_timer_thread_typo.patch
thread_pthread.c (working copy) | ||
---|---|---|
int
|
||
rb_reserved_fd_p(int fd)
|
||
{
|
||
#ifdef USE_SLEEPY_TIMER_THRAED
|
||
#ifdef USE_SLEEPY_TIMER_THREAD
|
||
if (fd == timer_thread_pipe[0] ||
|
||
fd == timer_thread_pipe[1]) {
|
||
return 1;
|
ChangeLog (working copy) | ||
---|---|---|
Mon Nov 5 11:40:00 2012 Mark Somerville <mark@scottishclmibs.com>
|
||
* thread_pthread.c (rb_reserved_fd_p):
|
||
fix typo in macro check that prevented the ifdef ever being true.
|
||
Mon Nov 5 11:35:11 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||
* thread_pthread.c (native_thread_init, native_thread_destroy):
|