mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
add --enable-timerfd-wrapper to wrap timefd syscalls for platforms with the right kernel and wrong libc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user