aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-15 22:58:21 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-15 22:58:21 -0700
commit837dea7cf54827d6e43d88a9463bcc10d30472d0 (patch)
treefa098ddd11b46e739965bd7c238da91383354e3c /ChangeLog
parent292e3abebff9f94ca47c1a725a691cb6ed6cff5f (diff)
downloadglibc-837dea7cf54827d6e43d88a9463bcc10d30472d0.zip
glibc-837dea7cf54827d6e43d88a9463bcc10d30472d0.tar.gz
glibc-837dea7cf54827d6e43d88a9463bcc10d30472d0.tar.bz2
Optimize pt_chown.
Don't call chown and chmod if not necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 812fbdf..00b651f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
+ chmod if it is necessary.
+
[BZ #10166]
* sysdeps/unix/sysv/linux/grantpt.c: If slave device is on devpts or
devfs, the mode might not be correct. Check it and return only if it