提交 3459cd6b authored 作者: David Yat Sin's avatar David Yat Sin

Fix for compilation error


git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@936 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 83587669
......@@ -303,8 +303,6 @@ OZ_DECLARE(zap_status_t) zap_condition_wait(zap_condition_t *condition, int ms)
struct timespec waitms;
condition->cnt++;
gettimeofday(&t, NULL);
waitms.tv_sec = t.tv_sec + ( ms / 1000 );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论