+2010-04-25 Simon Josefsson <simon@josefsson.org>
+ Bruno Haible <bruno@clisp.org>
+
+ Work around a MacOS X 10.4 bug with openpty.
+ * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
+ * tests/test-openpty.c (main): Close the master side explicitly.
+
2010-04-25 Bruno Haible <bruno@clisp.org>
strnlen: Fix a C++ test error on MacOS X and Solaris.
@item
This function is missing on some platforms:
mingw.
+@item
+After a successful call to @code{openpty}, the application needs to close
+the master's file descriptor before closing the slave's file descriptor,
+otherwise the process may hang in a state where it cannot be killed, on
+some platforms: MacOS X 10.4.11.
@end itemize