aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-26 08:47:56 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-26 08:47:56 -0800
commite2c59de609151c643be697fd243ffe0b92753f43 (patch)
tree03e8d2577e25b00da8b39bf5a5b95011f0374273 /ChangeLog
parentc53f6228f178f54d8a93569b88c1c3144c8a9d3a (diff)
downloadglibc-e2c59de609151c643be697fd243ffe0b92753f43.zip
glibc-e2c59de609151c643be697fd243ffe0b92753f43.tar.gz
glibc-e2c59de609151c643be697fd243ffe0b92753f43.tar.bz2
Avoid handling long-obsolete old BSD PTY handling in ptsname.
Support for this type of PTY was removed in the 2.1.115 kernel. Just use __LINUX_KERNEL_VERSION to determine when we can drop the compat code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 000a535..1b487ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-26 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
+ only used on truly ancient kernel if configuration requires a more
+ recent kernel.
+
2009-11-24 Ulrich Drepper <drepper@redhat.com>
[BZ #3662]