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

fix another ppoll issue (missing sigset_t size argument)

上级 1701e4f3
......@@ -5,5 +5,5 @@
int ppoll(struct pollfd *fds, nfds_t n, const struct timespec *to, const sigset_t *mask)
{
return syscall_cp(SYS_ppoll, fds, n,
to ? (struct timespec []){*to} : 0, mask);
to ? (struct timespec []){*to} : 0, mask, __SYSCALL_SSLEN);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册