blob: cd5de7db698c08173601945fa6e11687da1981bb [file] [log] [blame]
#ifndef NTIRPC_OS_EPOLL_H
#define NTIRPC_OS_EPOLL_H
#if defined(__linux__)
#include <sys/epoll.h>
#else
/* epoll <-> kevent shim by Boaz Harrosh */
#include <misc/bsd_epoll.h>
#endif
#endif /* else NTIRPC_OS_EPOLL_H */