add --enable-timerfd-wrapper to wrap timefd syscalls for platforms with the right kernel and wrong libc

This commit is contained in:
Anthony Minessale
2011-06-30 14:36:52 -05:00
parent 84f8868bf8
commit 306b332d47
2 changed files with 98 additions and 0 deletions

View File

@@ -38,6 +38,11 @@
#include <sys/timerfd.h>
#endif
#ifdef TIMERFD_WRAP
#include <timerfd_wrap.h>
#define HAVE_TIMERFD_CREATE
#endif
//#if defined(DARWIN)
#define DISABLE_1MS_COND
//#endif