diff options
Diffstat (limited to 'src/fd_util.h')
-rw-r--r-- | src/fd_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fd_util.h b/src/fd_util.h index e65c6a69b..9003b1616 100644 --- a/src/fd_util.h +++ b/src/fd_util.h @@ -144,7 +144,7 @@ inotify_init_cloexec(void); #endif -#ifdef HAVE_EVENTFD +#ifdef USE_EVENTFD /** * Wrapper for eventfd() which sets the flags CLOEXEC and NONBLOCK |