summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-04 06:43:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-04 06:43:08 +0000
commitc747ee56a77e58a19327a48e55d005fbef269d0f (patch)
tree020332b6c16f4d8584e8864ed62770ee33609cb9
parent2153bad97656107a6360c8cadca5a443beabed9c (diff)
downloadcoreutils-c747ee56a77e58a19327a48e55d005fbef269d0f.tar.xz
Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts.
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8ea490e40..d0bdd17d8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2005-03-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
+ The workaround isn't strictly needed for POSIX conformance, and
+ it's too much of a pain to configure and maintain. We'll ask
+ people to fix their kernels instead.
+ * xnanosleep.c: Don't include gethrxtime.h or xtime.h.
+ (NANOSLEEP_BUG_WORKAROUND): Remove.
+ (xnanosleep): Remove the workaround.
+
2005-02-27 Jim Meyering <jim@meyering.net>
* xnanosleep.c (xnanosleep): Work around bug in Linux-2.6.8.1's