summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-19 13:45:22 +0000
committerJim Meyering <jim@meyering.net>2005-01-19 13:45:22 +0000
commite989e603fae2a53d998b88028e886b1f7e2dd193 (patch)
treeff49612dafdb7ba3d8cb3e759659b9ce58329791 /lib/ChangeLog
parent2157aa8ba714f6a78dc56db6aea2570a9c746018 (diff)
downloadcoreutils-e989e603fae2a53d998b88028e886b1f7e2dd193.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e1a6603bf..f21520f84 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2005-01-19 Jim Meyering <jim@meyering.net>
+ * openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
+ same value as for Solaris 9.
+
* chdir-long.c (chdir_long): Rewrite to remove limitation on
component length. This included changing the parameter to be
of type `char *' rather than `char const *'.