memmem, strstr, strcasestr: fix bug with long periodic needle
[pspp] / doc / glibc-functions / openpty.texi
index 31fdca0097a01a033465b6eb9765e2531e6c1be3..b9577d599e4b426cf731882097bafc67c5be4cd0 100644 (file)
@@ -30,4 +30,9 @@ Portability problems not fixed by Gnulib:
 @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