X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fppoll.c;h=f0268894c038681a57dc49f9f0ba946ffdb63256;hb=525ad96e0ef6e46b6ac28438ef2ffa1d5317fb64;hp=d49e836e4e84fcb3a2220fc62245e1a310c52c67;hpb=3b5e69052a867e9d99cf4c655d775bd06e3437f1;p=musl diff --git a/src/linux/ppoll.c b/src/linux/ppoll.c index d49e836e..f0268894 100644 --- a/src/linux/ppoll.c +++ b/src/linux/ppoll.c @@ -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); }