Provide gettimeofday fallback for clock_gettime.
* configure.ac (AC_CHECK_FUNCS): Check for gettimeofday. * src/npth.c (npth_clock_gettime): Use gettimeofday if clock_gettime is not available.
This should fix the MacOS problem.
Provide gettimeofday fallback for clock_gettime. 4e25a69e9e86Unpublished Tags None Subscribers None
Description
Details
|