summaryrefslogtreecommitdiffstats
path: root/bin/lem.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lem.c')
-rw-r--r--bin/lem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lem.c b/bin/lem.c
index 4da67e0..3e2b7a9 100644
--- a/bin/lem.c
+++ b/bin/lem.c
@@ -31,9 +31,9 @@
#include <lualib.h>
#if EV_USE_KQUEUE
-#define LEM_LOOPFLAGS EVBACKEND_KQUEUE
+#define LEM_LOOPFLAGS (EVFLAG_NOSIGMASK | EVBACKEND_KQUEUE)
#else
-#define LEM_LOOPFLAGS 0
+#define LEM_LOOPFLAGS EVFLAG_NOSIGMASK
#endif
#ifdef NDEBUG