1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00

rm now performs run-time test to work around buggy readdir implementations

This commit is contained in:
Jim Meyering
2005-05-13 08:16:53 +00:00
parent 79c068deb3
commit fbb6084338

4
NEWS
View File

@@ -125,6 +125,10 @@ GNU coreutils NEWS -*- outline -*-
nice now works on Darwin 7.7.0 in spite of its invalid definition of NZERO.
`rm -r' can remove all entries in a directory even when it is on a
file system for which readdir is buggy and that was not checked by
coreutils' old configure-time run-test.
sleep no longer fails when resumed after being suspended on linux-2.6.8.1,
in spite of that kernel's buggy nanosleep implementation.