diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-15 07:39:46 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-15 07:39:46 +0000 |
commit | 39448a239a550a59cddd58f2856eb991b089d467 (patch) | |
tree | 059b6cdf3fc4dee3b2d7a26e5ef6b017b9ff667d /lib/ChangeLog | |
parent | ca094485f9be3f6702367d9561e711fee946461d (diff) | |
download | coreutils-39448a239a550a59cddd58f2856eb991b089d467.tar.xz |
(futimens): glibc futimesat messes up if /proc isn't mounted.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8962affd6..265e278ac 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-04-15 Paul Eggert <eggert@cs.ucla.edu> + + * utimens.c (futimens): glibc futimesat messes up if /proc + isn't mounted. Problem reported by Kir Kolyshkin. + 2006-04-14 Jim Meyering <jim@meyering.net> Remove unreachable code and plug leaks in code that handles degenerate |