mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'origin/maint-0.2.8' into maint-0.2.8
This commit is contained in:
commit
9c899dad31
@ -21,6 +21,11 @@
|
|||||||
#include "torlog.h"
|
#include "torlog.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#undef CLOCK_MONOTONIC
|
||||||
|
#undef HAVE_CLOCK_GETTIME
|
||||||
|
#endif
|
||||||
|
|
||||||
/** Wraps a void (*)(void*) function and its argument so we can
|
/** Wraps a void (*)(void*) function and its argument so we can
|
||||||
* invoke them in a way pthreads would expect.
|
* invoke them in a way pthreads would expect.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user