From 26993d2d2b2be391adbfaa2ee53ee3e77f323b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 13 Dec 2020 13:16:44 +0100 Subject: Support clock_gettime() on OSX El Capitan and earlier --- Compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Compat.h') diff --git a/Compat.h b/Compat.h index 94c2ee2f..95947351 100644 --- a/Compat.h +++ b/Compat.h @@ -56,4 +56,6 @@ ssize_t Compat_readlinkat(int dirfd, char* buf, size_t bufsize); +int Compat_clock_monotonic_gettime(struct timespec *tp); + #endif /* HEADER_Compat */ -- cgit v1.2.3