mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* thread.c: fix last commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28144433b2
commit
eff4b2b2e1
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jul 18 14:47:23 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* thread.c: fix last commit miss.
|
||||||
|
|
||||||
Wed Jul 18 14:16:51 2012 Koichi Sasada <ko1@atdot.net>
|
Wed Jul 18 14:16:51 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
|
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
|
||||||
|
|
3
thread.c
3
thread.c
|
@ -1426,9 +1426,6 @@ rb_threadptr_async_errinfo_active_p(rb_thread_t *th)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE
|
|
||||||
rb_thread
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
rb_threadptr_ready(rb_thread_t *th)
|
rb_threadptr_ready(rb_thread_t *th)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue