mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
[Core] Fix Windows build after apr-util removal
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ static void do_sleep(switch_interval_time_t t)
|
||||
ts.tv_nsec = (t % APR_USEC_PER_SEC) * 850;
|
||||
nanosleep(&ts, NULL);
|
||||
#else
|
||||
apr_sleep(t);
|
||||
fspr_sleep(t);
|
||||
#endif
|
||||
|
||||
#if defined(DARWIN)
|
||||
|
||||
Reference in New Issue
Block a user