提交 086a12b9 编写于 作者: R Ray 提交者: Rich Felker

delete a redundant if in dynamic linker ctor execution loop

上级 8ee0ca0c
......@@ -1461,7 +1461,6 @@ static void do_init_fini(struct dso **queue)
pthread_cond_wait(&ctor_cond, &init_fini_lock);
if (p->ctor_visitor || p->constructed)
continue;
if (p->constructed) continue;
p->ctor_visitor = self;
decode_vec(p->dynv, dyn, DYN_CNT);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册