summaryrefslogtreecommitdiff
path: root/compat/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/clock.c')
-rw-r--r--compat/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/clock.c b/compat/clock.c
index 0d1a1671..7f250f33 100644
--- a/compat/clock.c
+++ b/compat/clock.c
@@ -19,11 +19,11 @@
#include <time.h>
#include <assert.h>
-clock_t
+clock_t
_gcry_clock (void)
{
assert (CLOCKS_PER_SEC == 1000);
-#warning Replace by a correct implementaion.
+#warning Replace by a correct implementaion.
/* It seems that GetProcessTimes is available in the kernel but
without a declaration. If that fails we would need to walk over
all threads and tally up the GetThreadTimes. */