1
0
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:
2022-09-01 20:04:54 -05:00
parent b23057b219
commit 587d9a26e5
2 changed files with 4 additions and 4 deletions

View File

@@ -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>