aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-29 11:27:53 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 11:27:53 -0700
commitd79eccd6dd8aa2038a9775689a7072fe3ceb40dc (patch)
treea0f289d1eba1f699664bebc831c190c29e8a128b /ChangeLog
parent22bc5239e1c7d97b0642af6c135af994586f8e82 (diff)
downloadglibc-d79eccd6dd8aa2038a9775689a7072fe3ceb40dc.zip
glibc-d79eccd6dd8aa2038a9775689a7072fe3ceb40dc.tar.gz
glibc-d79eccd6dd8aa2038a9775689a7072fe3ceb40dc.tar.bz2
Fix errno handling in posix_openpt.
The implementation of posix_openpt on Linux can fail in a few extra ways if the appropriate pseudo filesystems are not mounted etc. In some of these cases we have to explicitly set errno.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99088df..c46e962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-27 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
+ errno is always set when returning unsuccessfully.
+
2009-10-29 Andreas Schwab <schwab@redhat.com>
* malloc/memusage.c (update_data): Fix index wraparound handling