remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways

This commit is contained in:
Michael Jerris
2014-11-19 16:06:42 -05:00
parent df423b88d6
commit 62a2e10e41
5 changed files with 0 additions and 113 deletions

View File

@@ -35,16 +35,9 @@
#include <stdio.h>
#include "private/switch_core_pvt.h"
#ifdef TIMERFD_WRAP
#include <timerfd_wrap.h>
#ifndef HAVE_TIMERFD_CREATE
#define HAVE_TIMERFD_CREATE
#endif
#else
#ifdef HAVE_TIMERFD_CREATE
#include <sys/timerfd.h>
#endif
#endif
//#if defined(DARWIN)
#define DISABLE_1MS_COND