Make pwd and readlink work also when run with an unreadable parent dir
[pspp] / ChangeLog
index 394e68e8872dc1be6a7c8515a0f3b6ee24354ce5..7b35b210306c1119214ecda9866b6058246e4cab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-03  Jim Meyering  <jim@meyering.net>
+
+       Make pwd and readlink work also when run with an unreadable parent dir
+       on systems with openat support.
+       * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
+       provided getcwd function, even when we have openat support.
+       Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
+
 2007-02-02  Bruno Haible  <bruno@clisp.org>
 
        * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,