diff options
Diffstat (limited to '')
-rw-r--r-- | src/fd_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fd_util.c b/src/fd_util.c index ea29d6eaa..17976a5ee 100644 --- a/src/fd_util.c +++ b/src/fd_util.c @@ -49,7 +49,7 @@ #include <sys/inotify.h> #endif -#ifdef HAVE_EVENTFD +#ifdef USE_EVENTFD #include <sys/eventfd.h> #endif @@ -332,7 +332,7 @@ inotify_init_cloexec(void) #endif -#ifdef HAVE_EVENTFD +#ifdef USE_EVENTFD int eventfd_cloexec_nonblock(unsigned initval, int flags) |