1#ifndef _SYS_EPOLL_H
2#include_next <sys/epoll.h>
3
4# ifndef _ISOMAC
5
6libc_hidden_proto (epoll_pwait)
7#if __TIMESIZE == 64
8# define __epoll_pwait2_time64 epoll_pwait2
9#else
10extern int __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev,
11 const struct __timespec64 *tmo,
12 const sigset_t *s);
13libc_hidden_proto (__epoll_pwait2_time64)
14#endif
15
16# endif /* !_ISOMAC */
17#endif
18

source code of glibc/include/sys/epoll.h