From 6c8a0d0780378f8856f42592f484e17428e02658 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 20 Nov 2023 13:46:18 +0900 Subject: [PATCH] uncomment epoll and poll compile-time selectors --- lib/sys-prv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sys-prv.h b/lib/sys-prv.h index 7bac031..afc441e 100644 --- a/lib/sys-prv.h +++ b/lib/sys-prv.h @@ -33,13 +33,12 @@ # include # include # define USE_KQUEUE -/* #elif defined(HAVE_SYS_EPOLL_H) # include # define USE_EPOLL #elif defined(HAVE_SYS_POLL_H) # include -# define USE_POLL*/ +# define USE_POLL #elif defined(HAVE_SYS_SELECT_H) /*# define FD_SETSIZE 4096*/ # include