|
ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
|
|
ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
|
|
@@ -39,5 +39,4 @@ ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
|
|
return INLINE_SYSCALL(ppoll, 5, fds, nfds, timeout, sigmask, _NSIG / 8);
|
|
return INLINE_SYSCALL(ppoll, 5, fds, nfds, timeout, sigmask, _NSIG / 8);
|