summaryrefslogtreecommitdiff
path: root/include/sys/epoll.h
blob: 86e0a54e62a5628b078ddd9ae757acb4f625f773 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_EPOLL_H
#include_next <sys/epoll.h>

# ifndef _ISOMAC

libc_hidden_proto (epoll_pwait)

# endif /* !_ISOMAC */
#endif