Use __nonnull for the epoll_wait(2) family of syscalls
[glibc.git] / include / sys / epoll.h
blobb23bc9c7c08b3627be2c74a24793a43c0650f47d
1 #ifndef _SYS_EPOLL_H
2 #include_next <sys/epoll.h>
4 # ifndef _ISOMAC
6 libc_hidden_proto (epoll_pwait)
7 #if __TIMESIZE == 64
8 # define __epoll_pwait2_time64 epoll_pwait2
9 #else
10 extern int __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev,
11 const struct __timespec64 *tmo,
12 const sigset_t *s)
13 __nonnull ((2));
14 libc_hidden_proto (__epoll_pwait2_time64)
15 #endif
17 # endif /* !_ISOMAC */
18 #endif