EPOLL_CTL_DEL     167 lib/tevent/tevent_epoll.c 	if (epoll_ctl(epoll_ev->epoll_fd, EPOLL_CTL_DEL, fde->fd, &event) != 0) {
EPOLL_CTL_DEL     182 lib/tevent/tevent_standard.c 	epoll_ctl(std_ev->epoll_fd, EPOLL_CTL_DEL, fde->fd, &event);