|
_syscall4(int, __libc_ppoll, struct pollfd *, fds,
|
|
_syscall4(int, __libc_ppoll, struct pollfd *, fds,
|
|
@@ -43,5 +45,6 @@ ppoll (struct pollfd *fds, nfds_t nfds, const struct timespec *timeout,
|
|
return __libc_ppoll(fds, nfds, timeout, sigmask);
|
|
return __libc_ppoll(fds, nfds, timeout, sigmask);
|