Support clock_gettime() on OSX El Capitan and earlier

This commit is contained in:
Christian Göttsche
2020-12-13 13:16:44 +01:00
committed by BenBE
parent 0401df8cbd
commit 26993d2d2b
4 changed files with 41 additions and 3 deletions

View File

@ -93,8 +93,10 @@ AC_TYPE_UINT64_T
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_STAT
AC_CHECK_FUNCS([\
clock_gettime\
faccessat\
fstatat\
host_get_clock_service\
openat\
readlinkat\
])