Skip to content

Commit

Permalink
lib/timerfd.h: remove unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Feb 7, 2017
1 parent e95fc0f commit 549ddcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/timerfd.h
Expand Up @@ -28,8 +28,6 @@
#if (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 8)
#include <sys/timerfd.h> /* for timer FD */
#define HAVE_TIMER_FD 1
#else
#warning "Skipping timerfd!"
#endif

#endif /* __LIB_TIMERFD__ */

0 comments on commit 549ddcb

Please sign in to comment.