Merge: Fix lib/realtime on osx
authorJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 17:32:50 +0000 (13:32 -0400)
committerJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 17:32:50 +0000 (13:32 -0400)
A lot of googling to solve two related issues on Mac OS X

* `clock_gettime` and cie is not provided, and one should use the more complex clock_get_time (and cie)
* the POSIX `-lrt` is refused by the linker

close #868

Pull-Request: #1586
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge