aboutsummaryrefslogtreecommitdiff
path: root/include/sys/epoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/epoll.h')
-rw-r--r--include/sys/epoll.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/epoll.h b/include/sys/epoll.h
index 8049381..b23bc9c 100644
--- a/include/sys/epoll.h
+++ b/include/sys/epoll.h
@@ -9,7 +9,8 @@ libc_hidden_proto (epoll_pwait)
#else
extern int __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev,
const struct __timespec64 *tmo,
- const sigset_t *s);
+ const sigset_t *s)
+ __nonnull ((2));
libc_hidden_proto (__epoll_pwait2_time64)
#endif