diff options
author | root <root> | 2007-11-11 17:56:11 +0000 |
---|---|---|
committer | root <root> | 2007-11-11 17:56:11 +0000 |
commit | 7b056e46cb219eb2438c0b9ea152875be997b6c0 (patch) | |
tree | 2413a535d5c6e125f9a62e1c1894b6a66b177106 /ev.c | |
parent | cb9d5ceca0dedb51385e9e980a040a9e32d25faf (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ extern "C" { # define EV_USE_POLL 1 # endif -# if HAVE_EPOLL && HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL) +# if HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL) # define EV_USE_EPOLL 1 # endif |