From: Paul Eggert Date: Fri, 4 Mar 2005 06:43:08 +0000 (+0000) Subject: Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts. X-Git-Tag: CPPI-1_12~1393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c747ee56a77e58a19327a48e55d005fbef269d0f;p=thirdparty%2Fcoreutils.git Remove workaround for nanosleep bug in Linux kernel 2.6.8 or thereabouts. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8ea490e40c..d0bdd17d86 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2005-03-01 Paul Eggert + + 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 * xnanosleep.c (xnanosleep): Work around bug in Linux-2.6.8.1's