summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-06-25 01:00:57 +0200
committerBruno Haible <bruno@clisp.org>2012-06-25 01:00:57 +0200
commitd9200335a44aaf4ab8eff5c57c564dd1f2d6c46e (patch)
tree3cbe8b517e7b93f93b685cec9ceb77fffb1aa1e5 /ChangeLog
parentd46c27a98eb3a11b60fdf76107ab96487d747ef2 (diff)
downloadgnulib-d9200335a44aaf4ab8eff5c57c564dd1f2d6c46e.tar.gz
ptsname_r: Make it consistent with ptsname on AIX.
* lib/ptsname_r.c (__ptsname_r): For AIX, use nearly the same implementation as for OSF/1. * tests/test-ptsname_r.c (main) [AIX]: Use the modern way of opening a pty master.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 908dca4d6d..ebbc96ba90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-06-24 Bruno Haible <bruno@clisp.org>
+ ptsname_r: Make it consistent with ptsname on AIX.
+ * lib/ptsname_r.c (__ptsname_r): For AIX, use nearly the same
+ implementation as for OSF/1.
+ * tests/test-ptsname_r.c (main) [AIX]: Use the modern way of opening
+ a pty master.
+
ptsname_r: Make it consistent with ptsname on OSF/1.
* lib/ptsname_r.c (__ptsname_r): Add a different implementation for
OSF/1.