mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Solaris compatibility fixes
Review: https://reviewboard.asterisk.org/r/942/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@289104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -82,6 +82,7 @@ AST_TEST_DEFINE(test_timezone_watch)
|
||||
ast_log(LOG_WARNING, "system(%s) returned non-zero: %d\n", syscmd, system_res);
|
||||
}
|
||||
ast_localtime_wakeup_monitor();
|
||||
sched_yield();
|
||||
ast_localtime(&tv, &atm[i], tzfile);
|
||||
if (i != 0) {
|
||||
if (atm[i].tm_hour == atm[i - 1].tm_hour) {
|
||||
|
Reference in New Issue
Block a user