summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
authorroot <root>2009-07-10 19:10:19 +0000
committerroot <root>2009-07-10 19:10:19 +0000
commit9a4bdcd75ef07d4a9fee91d2dd3f9d4ac1c57580 (patch)
tree0aadce32eacc79b88ac6226d3333c3b4aea10228 /ev_poll.c
parentfe7f056cfc2dc30ab33a1e36b0005fa1e39b0e50 (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 8702aca..c33ea02 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;
- EV_SUSPEND_CB;
+ EV_RELEASE_CB;
res = poll (polls, pollcnt, (int)ceil (timeout * 1000.));
- EV_RESUME_CB;
+ EV_ACQUIRE_CB;
if (expect_false (res < 0))
{