summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-12-23 15:09:17 +0000
committerJim Meyering <jim@meyering.net>1999-12-23 15:09:17 +0000
commit5f22e8234be71aaa993497528da96163e7d05385 (patch)
treef0d8d69a69ca01be1c4bb8f97a552bffac3a2932 /old
parent0ecbb73025629fd0d6fc4a57d5c40ced4634bfe5 (diff)
downloadcoreutils-5f22e8234be71aaa993497528da96163e7d05385.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 613b70376..316828003 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,12 @@
1999-12-23 Jim Meyering <meyering@ascend.com>
+ * 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