mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
disable clock_nanosleep by default
This commit is contained in:
parent
f8d326de20
commit
1bfd6644ea
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user