about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-21 10:22:58 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-21 10:22:58 +0000
commit53360aa17295db38e5d5e0ed16548f5f002f0fa2 (patch)
treece78e1599b4907b43b9c2667802725d07a49fc7e
parentf2b0dc44042cae1ab0f99a3938b9265669e4d0bc (diff)
downloadglibc-53360aa17295db38e5d5e0ed16548f5f002f0fa2.tar.gz
glibc-53360aa17295db38e5d5e0ed16548f5f002f0fa2.tar.xz
glibc-53360aa17295db38e5d5e0ed16548f5f002f0fa2.zip
* posix/unistd.h: symlink and readlink are unconditionally
	available in the 2001 spec.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a761c562c..587fa4995d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-21  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/unistd.h: symlink and readlink are unconditionally
+	available in the 2001 spec.
+
 2005-02-16  Roland McGrath  <roland@redhat.com>
 
 	* intl/dcigettext.c (_nl_find_msg): Add a cast.