aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/openssl/compat/clock_gettime_osx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl/compat/clock_gettime_osx.c b/apps/openssl/compat/clock_gettime_osx.c
index e0a5f59..bb385e4 100644
--- a/apps/openssl/compat/clock_gettime_osx.c
+++ b/apps/openssl/compat/clock_gettime_osx.c
@@ -5,7 +5,7 @@
5#define ORWL_GIGA UINT64_C(1000000000) 5#define ORWL_GIGA UINT64_C(1000000000)
6 6
7int 7int
8clock_gettime(clock_id_t clock_id, struct timespec *tp) 8clock_gettime(int clock_id, struct timespec *tp)
9{ 9{
10 static double orwl_timebase = 0.0; 10 static double orwl_timebase = 0.0;
11 static uint64_t orwl_timestart = 0; 11 static uint64_t orwl_timestart = 0;