提交 0558683d 编写于 作者: R Rich Felker

fix sigsuspend syscall

上级 6871fd77
......@@ -3,5 +3,5 @@
int sigsuspend(const sigset_t *mask)
{
return syscall2(__NR_rt_sigsuspend, (long)mask, sizeof(sigset_t));
return syscall2(__NR_rt_sigsuspend, (long)mask, SYSCALL_SIGSET_SIZE);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册