Skip to content
Snippets Groups Projects
Commit 9c899dad authored by Nick Mathewson's avatar Nick Mathewson :family:
Browse files

Merge remote-tracking branch 'origin/maint-0.2.8' into maint-0.2.8

parents 4732e150 10baf2c6
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@
#include "torlog.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
* invoke them in a way pthreads would expect.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment