2 # include <io/sys/poll.h>
5 #include <include/struct___timespec64.h>
7 extern int __poll (struct pollfd
*__fds
, unsigned long int __nfds
,
9 libc_hidden_proto (__poll
)
10 libc_hidden_proto (ppoll
)
13 # define __ppoll64 ppoll
14 # define __ppoll64_chk __ppoll_chk
19 extern int __ppoll64 (struct pollfd
*fds
, nfds_t nfds
,
20 const struct __timespec64
*timeout
,
21 const sigset_t
*sigmask
);
22 libc_hidden_proto (__ppoll64
)