Skip to content

Commit

Permalink
Revert "libev: disable timerfd on macos"
Browse files Browse the repository at this point in the history
This reverts commit fd4dd44.
  • Loading branch information
garlick committed Dec 16, 2024
1 parent e821888 commit 726299f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/libev/ev.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,12 +564,6 @@ struct signalfd_siginfo
# endif
#endif

/* disable timerfd on macos */
#ifdef __APPLE__
# undef EV_USE_TIMERFD
# define EV_USE_TIMERFD 0
#endif

/*****************************************************************************/

#if EV_VERIFY >= 3
Expand Down

0 comments on commit 726299f

Please sign in to comment.