diff options
author | root <root> | 2007-12-09 03:51:18 +0000 |
---|---|---|
committer | root <root> | 2007-12-09 03:51:18 +0000 |
commit | d41f6d02daac94ec00f9e62b79c1d31132b3cc1e (patch) | |
tree | aef834ceab3cab213b8002f09402c811ee1b33ad /ev_kqueue.c | |
parent | b4ea51ffb8ad1cf82bc52c03035eb335e2b4c88c (diff) |
*** empty log message ***
Diffstat (limited to 'ev_kqueue.c')
-rw-r--r-- | ev_kqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ev_kqueue.c b/ev_kqueue.c index 3103db1..5f34545 100644 --- a/ev_kqueue.c +++ b/ev_kqueue.c @@ -153,7 +153,6 @@ kqueue_init (EV_P_ int flags) fcntl (backend_fd, F_SETFD, FD_CLOEXEC); /* not sure if necessary, hopefully doesn't hurt */ - /* fudge *might* be zero from the documentation, but bsd docs are notoriously wrong */ backend_fudge = 1e-3; /* needed to compensate for kevent returning early */ backend_modify = kqueue_modify; backend_poll = kqueue_poll; |