FS-9362: [mod_sofia] fix sofia compile error on newer clang included in new osx
Conflicts: libs/sofia-sip/.update
This commit is contained in:
parent
bb7f8783c9
commit
8786dd626e
|
@ -1 +1 @@
|
|||
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)
|
|||
static int init = 0;
|
||||
static clockid_t cpu = CLOCK_REALTIME;
|
||||
|
||||
# define CLOCK_GETTIMEOFDAY 0xdedbeefUL
|
||||
# define CLOCK_GETTIMEOFDAY ((clockid_t)-1)
|
||||
|
||||
if (init == 0) {
|
||||
init = 1;
|
||||
|
|
Loading…
Reference in New Issue