]> Savannah Git Hosting - gnulib.git/commit
openpty, forkpty: Fix build error on Solaris 11.4.
authorBruno Haible <bruno@clisp.org>
Wed, 27 Nov 2019 23:34:34 +0000 (00:34 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 27 Nov 2019 23:34:34 +0000 (00:34 +0100)
commit82e12f20ef88be6335617d7c0077cc66d81acfca
tree628ea230e67f0a894a2e57812229d7e461e57d5c
parent721d00b4505054875aa5530c230ca9ede5452d96
openpty, forkpty: Fix build error on Solaris 11.4.

* m4/pty_h.m4 (gl_PTY_H): Test for termios.h. Look for the declarations
also in <termios.h>.
* m4/pty.m4 (gl_FUNC_FORKPTY, gl_FUNC_OPENPTY): Look for the declaration
of the function also in <termios.h>.
* doc/glibc-functions/openpty.texi: Mention the Solaris 11.4 problems.
* doc/glibc-functions/forkpty.texi: Likewise.
ChangeLog
doc/glibc-functions/forkpty.texi
doc/glibc-functions/openpty.texi
m4/pty.m4
m4/pty_h.m4