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;