aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/clock_gettime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* for Mac OS X: make clock_gettime(CLOCK_MONOTONIC, ...) be more accurate, by using internal Mach calls, instead of gettimeofday()Charles Longeau2012-10-141-2/+28
* s/clockid_t/int/ to make it build on Mac OS XCharles Longeau2012-10-141-1/+1
* add and use a portable clock_gettime()Charles Longeau2012-10-111-0/+33