1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tmm1 2013-05-27 07:55:59 +00:00
parent a1b1b6f7fb
commit 084df96eb1

View file

@ -1379,7 +1379,7 @@ Init_vm_trace(void)
typedef struct rb_postponed_job_struct {
unsigned long flags; /* reserve */
rb_thread_t *th; /* created therad, reserve */
rb_thread_t *th; /* created thread, reserve */
rb_postponed_job_func_t func;
void *data;
struct rb_postponed_job_struct *next;