summaryrefslogtreecommitdiff
path: root/lib/gettime.c
AgeCommit message (Collapse)Author
2005-11-26(gettime) [!defined OK_TO_USE_1S_CLOCK]:Paul Eggert
Report an error at compile-time if only a 1-second nominal clock resolution is found.
2005-05-14Update FSF postal mail address.Jim Meyering
2005-02-21(gettime) Return void, since it alwaysPaul Eggert
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 Eggert
2002-03-01(gettime): Test HAVE_CLOCK_GETTIME, not HAVE_CLOCK_SETTIME.Jim Meyering
2002-03-01new file, from Paul EggertJim Meyering