]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Mar 2005 06:43:08 +0000 (06:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Mar 2005 06:43:08 +0000 (06:43 +0000)
lib/ChangeLog

index 8ea490e40c240720f564c66dbfde57bce18d835a..d0bdd17d8672b22144d4dd6dfa80273eaf5ed0ef 100644 (file)
@@ -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