aboutsummaryrefslogtreecommitdiffstats
path: root/lib/gettime.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-59/+0
2005-11-26(gettime) [!defined OK_TO_USE_1S_CLOCK]:Paul Eggert1-0/+6
Report an error at compile-time if only a 1-second nominal clock resolution is found.
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-02-21(gettime) Return void, since it alwaysPaul Eggert1-25/+19
succeeds now. All uses changed. [HAVE_NANOTIME]: Prefer nanotime. Assume gettimeofday succeeds, as POSIX requires. Assime time () succeeds, since other code already does.
2004-08-05Sync from gnulib.Paul Eggert1-4/+17
2002-03-01(gettime): Test HAVE_CLOCK_GETTIME, not HAVE_CLOCK_SETTIME.Jim Meyering1-1/+1
2002-03-01new file, from Paul EggertJim Meyering1-0/+46