summaryrefslogtreecommitdiff
path: root/time/unix/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/unix/time.c')
-rw-r--r--time/unix/time.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/time/unix/time.c b/time/unix/time.c
index 65b82b0aa..2669f30cf 100644
--- a/time/unix/time.c
+++ b/time/unix/time.c
@@ -364,6 +364,12 @@ APR_DECLARE(void) apr_unix_setup_time(void)
#endif
+/* A noop on all known Unix implementations */
+APR_DECLARE(void) apr_time_clock_hires(apr_pool_t *p)
+{
+ return;
+}
+
/* Deprecated */
APR_DECLARE(apr_status_t) apr_explode_time(apr_time_exp_t *result,
apr_time_t input,