aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-25 02:46:33 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-25 02:46:33 +0000
commit80d807799f5d0cadb9d7e28788b51e6930fb286c (patch)
treee578cc1ccc3869e3f129eb98e9198dd4c72981e3 /ChangeLog
parent8637130890a3a04e123eca29b0e97c27ea20ea77 (diff)
downloadglibc-80d807799f5d0cadb9d7e28788b51e6930fb286c.tar
glibc-80d807799f5d0cadb9d7e28788b51e6930fb286c.tar.gz
glibc-80d807799f5d0cadb9d7e28788b51e6930fb286c.tar.bz2
glibc-80d807799f5d0cadb9d7e28788b51e6930fb286c.zip
Update.
2003-02-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99c0986f99..8f6f28d26f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-24 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remove EACCES
+ test.
+
2003-02-24 Roland McGrath <roland@redhat.com>
* sysdeps/posix/pause.c: Add LIBC_CANCEL_HANDLED.