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
1 changed files with 1 additions and 1 deletions

View File

@ -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