mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
disable clock_nanosleep by default
This commit is contained in:
@@ -58,12 +58,7 @@ static int MONO = 1;
|
||||
static int MONO = 0;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CLOCK_NANOSLEEP)
|
||||
static int NANO = 1;
|
||||
#else
|
||||
static int NANO = 0;
|
||||
#endif
|
||||
|
||||
|
||||
static int OFFSET = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user