mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-21 22:30:18 +00:00
lpolllist.c: fix poll ifdef paths
This commit is contained in:
@@ -38,7 +38,7 @@ typedef char buffer_t;
|
||||
# include <sys/epoll.h>
|
||||
/* max events for epoll() */
|
||||
# define MAX_EPOLL_EVENTS 128
|
||||
# define LAIKA_USE_EPOLL
|
||||
//# define LAIKA_USE_EPOLL
|
||||
# endif
|
||||
# include <errno.h>
|
||||
# include <unistd.h>
|
||||
|
Reference in New Issue
Block a user