]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(clock_get_realtime): Use gettime.c's gettime function,
authorJim Meyering <jim@meyering.net>
Thu, 8 May 2003 06:26:00 +0000 (06:26 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 May 2003 06:26:00 +0000 (06:26 +0000)
commitf197628cb2e7192a8a8ba9b841fca068b50dd96d
treed2aae68891c4b4f9246a49637a3c8df6a860534b
parent96242be0c156535b12ec11a9e109b37a183cee63
(clock_get_realtime): Use gettime.c's gettime function,
rather than an inferior, open-coded version that would fail on
AIX systems due to clock_gettime failing with errno == ENOSYS.
lib/xnanosleep.c