Add compat clock_gettime for older macOS. GitHub issue 2555.

This commit is contained in:
Nicholas Marriott
2021-02-05 11:00:45 +00:00
parent 3dd2e85075
commit e3d71d9bdf
3 changed files with 50 additions and 0 deletions

View File

@ -133,6 +133,7 @@ AC_CHECK_FUNCS([ \
AC_REPLACE_FUNCS([ \
asprintf \
cfmakeraw \
clock_gettime \
closefrom \
explicit_bzero \
fgetln \