diff options
author | Brent Cook <busterb@gmail.com> | 2018-03-23 11:10:16 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2018-03-23 11:10:16 -0500 |
commit | 4b2a8cd1c16896ca5d4570656435aa1b69bcbd46 (patch) | |
tree | 333472442bd483e9a391bf252a29f36cde87290c /apps | |
parent | 70e6be3d6e82cbdc7a8ca5e9f2a1e0d95ece17c2 (diff) | |
download | portable-4b2a8cd1c16896ca5d4570656435aa1b69bcbd46.tar.gz portable-4b2a8cd1c16896ca5d4570656435aa1b69bcbd46.tar.bz2 portable-4b2a8cd1c16896ca5d4570656435aa1b69bcbd46.zip |
adjust definition of compat clock_gettime
Diffstat (limited to 'apps')
-rw-r--r-- | apps/openssl/compat/clock_gettime_osx.c | 2 |
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 | ||
7 | int | 7 | int |
8 | clock_gettime(clock_id_t clock_id, struct timespec *tp) | 8 | clock_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; |