]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Include "timespec.h" rather than the sys/time / time
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Nov 2005 20:20:20 +0000 (20:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Nov 2005 20:20:20 +0000 (20:20 +0000)
commit163141255f74334d90f7612d77ec637efd5ae7f7
tree0014f6b0ef86e6fddb3d366d05967047024aea52
parent14f7ef9d17d36fbee034543c9fc57240fb2a6d14
Include "timespec.h" rather than the sys/time / time
business.
(gethrxtime) [! (HAVE_NANOUPTIME
|| (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
|| HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
our own approximation.
lib/gethrxtime.c