summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
authorroot <root>2009-07-10 00:36:21 +0000
committerroot <root>2009-07-10 00:36:21 +0000
commitfe7f056cfc2dc30ab33a1e36b0005fa1e39b0e50 (patch)
treee623ed6d8c81a89e07d3bde1f63c8b6d43c596a2 /ev_poll.c
parentce8dc1a03da38c405583d4673d8da12c2a26373e (diff)
*** empty log message ***
Diffstat (limited to 'ev_poll.c')
-rw-r--r--ev_poll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev_poll.c b/ev_poll.c
index f43e780..8702aca 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -91,9 +91,9 @@ poll_poll (EV_P_ ev_tstamp timeout)
struct pollfd *p;
int res;
- if (expect_false (suspend_cb)) suspend_cb (EV_A);
+ EV_SUSPEND_CB;
res = poll (polls, pollcnt, (int)ceil (timeout * 1000.));
- if (expect_false (resume_cb)) resume_cb (EV_A);
+ EV_RESUME_CB;
if (expect_false (res < 0))
{