summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-21 06:42:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-21 06:42:29 +0000
commit6870eeeaff70a3a2721126a54ea2c25b956cc198 (patch)
tree7aed9becaf9649d49a3c553dd8dc8c174ba527c7 /lib/ChangeLog
parent362e0d7bd1fc54dcfac9e16a324c6da25852e4dd (diff)
downloadcoreutils-6870eeeaff70a3a2721126a54ea2c25b956cc198.tar.xz
(AT_FDCWD): Work around a bug in Solaris 9 and 10, where
AT_FDCWD exceeds INT_MAX.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a21612060..3756ac55c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-20 Paul Eggert <eggert@cs.ucla.edu>
+
+ * getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
+ AT_FDCWD exceeds INT_MAX.
+ * openat.h (AT_FDCWD): Likewise.
+
2006-02-17 Jim Meyering <jim@meyering.net>
* openat.c: Include lstat.h, so that uses of lstat are converted