提交 cd8d7245 编写于 作者: R Rich Felker

remove unused var in new sigaction code

上级 5091e080
......@@ -13,7 +13,7 @@ weak_alias(dummy, __pthread_self_def);
int __libc_sigaction(int sig, const struct sigaction *sa, struct sigaction *old)
{
struct k_sigaction ksa, *pksa=0;
struct k_sigaction ksa;
if (sa) {
ksa.handler = sa->sa_handler;
ksa.flags = sa->sa_flags | SA_RESTORER;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册