summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2011-01-23 18:53:06 +0000
committerroot <root>2011-01-23 18:53:06 +0000
commit4589d9abef4dfb57d31250e310d23264be287e70 (patch)
tree139147256bdee0699ebcd30c2519ec106e5febda /ev.c
parent2433d34aa31bda69b3b28888ac035e1dc08663e3 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev.c b/ev.c
index dbac270..23d1bd2 100644
--- a/ev.c
+++ b/ev.c
@@ -1353,6 +1353,7 @@ pipecb (EV_P_ ev_io *iow, int revents)
read (evpipe [0], &dummy, 1);
}
+#if EV_SIGNAL_ENABLE
if (sig_pending)
{
sig_pending = 0;
@@ -1361,6 +1362,7 @@ pipecb (EV_P_ ev_io *iow, int revents)
if (expect_false (signals [i].pending))
ev_feed_signal_event (EV_A_ i + 1);
}
+#endif
#if EV_ASYNC_ENABLE
if (async_pending)