1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-19 17:57:22 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16094 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-12-30 15:52:11 +00:00
parent 8f05bb7939
commit 3e96cf8929

@ -105,7 +105,7 @@ static void do_sleep(switch_interval_time_t t)
#endif
#if !defined(DARWIN)
if (t > 100000) {
if (t > 100000 || !NANO) {
apr_sleep(t);
}
#endif