summaryrefslogtreecommitdiffstats
path: root/Compat.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-13 13:16:44 +0100
committerBenBE <BenBE@geshi.org>2020-12-18 22:43:21 +0100
commit26993d2d2b2be391adbfaa2ee53ee3e77f323b28 (patch)
tree574d7584b410a403bbf5ca89cd01ec3c3290ac64 /Compat.h
parent0401df8cbd3193a43e616e36244e0811376afbfd (diff)
Support clock_gettime() on OSX El Capitan and earlier
Diffstat (limited to 'Compat.h')
-rw-r--r--Compat.h2
1 files changed, 2 insertions, 0 deletions
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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy