diff options
author | root <root> | 2007-11-23 13:08:57 +0000 |
---|---|---|
committer | root <root> | 2007-11-23 13:08:57 +0000 |
commit | b3928a04164eb509d5b399506a7572a40acb3ccf (patch) | |
tree | 4d6d141101e12aa75188c5964e5990d4c56dc618 /ev_kqueue.c | |
parent | c896b553711ae963b01b7a602e8fb6718d107f6f (diff) |
*** empty log message ***
Diffstat (limited to 'ev_kqueue.c')
-rw-r--r-- | ev_kqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_kqueue.c b/ev_kqueue.c index 4081136..b30d7c4 100644 --- a/ev_kqueue.c +++ b/ev_kqueue.c @@ -102,7 +102,7 @@ kqueue_poll (EV_P_ ev_tstamp timeout) { int fd = kqueue_events [i].ident; - if (kqueue_events [i].flags & EV_ERROR) + if (expect_false (kqueue_events [i].flags & EV_ERROR)) { int err = kqueue_events [i].data; |