提交 8786dd62 authored 作者: Michael Jerris's avatar Michael Jerris

FS-9362: [mod_sofia] fix sofia compile error on newer clang included in new osx

Conflicts:
	libs/sofia-sip/.update
上级 bb7f8783
Mon Aug 8 16:39:35 CDT 2016 Tue Aug 16 13:39:03 CDT 2016
...@@ -398,7 +398,7 @@ uint64_t su_nanocounter(void) ...@@ -398,7 +398,7 @@ uint64_t su_nanocounter(void)
static int init = 0; static int init = 0;
static clockid_t cpu = CLOCK_REALTIME; static clockid_t cpu = CLOCK_REALTIME;
# define CLOCK_GETTIMEOFDAY 0xdedbeefUL # define CLOCK_GETTIMEOFDAY ((clockid_t)-1)
if (init == 0) { if (init == 0) {
init = 1; init = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论