X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Flinux%2Fppoll.c;fp=src%2Flinux%2Fppoll.c;h=f0268894c038681a57dc49f9f0ba946ffdb63256;hp=d49e836e4e84fcb3a2220fc62245e1a310c52c67;hb=a9555a995cea8aa67da571c95af61109140f2c8d;hpb=1701e4f3d46b14c4c4be8a46e64f8eaf15a5c061 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); }