提交 cb7b0eb3 编写于 作者: X x_xiny

release bug

Change-Id: I461ef14a66e9146ef21f0e11600c9c4ca6224eac
上级 c9d4d87e
......@@ -267,7 +267,7 @@ static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact)
sigact->act.sa_mask = act->sa_mask;
sigact->act.sa_flags = act->sa_flags;
}
sigprocmask(SIG_SETMASK, &act->sa_mask, NULL);
sigprocmask(SIG_BLOCK, &act->sa_mask, NULL);
pthread_spin_unlock(&sig_lite_lock);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册