X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fepoll_pwait.c;h=3ecdbb59d7896bb8d6c4f2816cd137bd433aad1e;hb=0c05bd3a9c165cf2f0b9d6fa23a1f96532ddcdb3;hp=39ad5b77c25379bbd50c493f7ba1c14d6a0c976e;hpb=aa398f56fa398f2202b04e82c67f822f3233786f;p=musl diff --git a/src/linux/epoll_pwait.c b/src/linux/epoll_pwait.c index 39ad5b77..3ecdbb59 100644 --- a/src/linux/epoll_pwait.c +++ b/src/linux/epoll_pwait.c @@ -3,5 +3,5 @@ int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) { - return syscall(SYS_epoll_pwait, fd, ev, cnt, to, sigs, 8); + return syscall(SYS_epoll_pwait, fd, ev, cnt, to, sigs, __SYSCALL_SSLEN); }