From: Jim Meyering Date: Thu, 23 Dec 1999 15:09:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0a~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f22e8234be71aaa993497528da96163e7d05385;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 613b703760..316828003f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,12 @@ 1999-12-23 Jim Meyering + * src/sleep.c (USE_CLOCK_GETTIME): Define. + [USE_CLOCK_GETTIME]: Include sys/time.h. + (timespec_subtract): New function. + (clock_get_realtime): New function. + (sighandler): Remove function. + (main): Reimplement again, using nanosleep and clock_gettime. + * configure.in: Remove check for gettimeofday. Now it's in m4/jm-macros.m4