summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-05-19 18:03:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-05-19 18:03:25 +0000
commit86873e50825448c55e538a5210f9c4fcb0d87166 (patch)
tree2342c22194b4dde2d4c6d4b0b78a7f4a938d2e36 /lib/ChangeLog
parent7e9a2a14296e6467d0dc238c4741b70be431c954 (diff)
downloadcoreutils-86873e50825448c55e538a5210f9c4fcb0d87166.tar.xz
Sync nanosleep from gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 05b0daeac..5e6cb7e49 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ * nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
+ Use the usual Autoconf way to include <time.h> and/or sys/time.h.
+ (my_usleep): Don't mishandle maximum value.
+
2006-05-15 Jim Meyering <jim@meyering.net>
Avoid the expense of an fstat, when possible.