summaryrefslogtreecommitdiff
path: root/ev_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev_poll.c')
-rw-r--r--ev_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_poll.c b/ev_poll.c
index e53ae0d..7c7ece1 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -129,7 +129,7 @@ poll_poll (EV_P_ ev_tstamp timeout)
int inline_size
poll_init (EV_P_ int flags)
{
- backend_fudge = 0.; /* posix says this is zero */
+ backend_fudge = 1e-3;
backend_modify = poll_modify;
backend_poll = poll_poll;