aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/lib/libc/asr/asr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lib/libc/asr/asr.c b/contrib/lib/libc/asr/asr.c
index a6bde7b3..be7904e5 100644
--- a/contrib/lib/libc/asr/asr.c
+++ b/contrib/lib/libc/asr/asr.c
@@ -413,7 +413,7 @@ asr_check_reload(struct asr *asr)
#ifdef HAVE_CLOCK_GETTIME
if (clock_gettime(CLOCK_MONOTONIC, &tp) == -1)
return;
-#elif
+#else
struct timeval tv;
if (gettimeofday(&tv, NULL) == 0)