tcgetsid: Add missing declaration on OSF/1 5.1.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 23:47:57 +0000 (00:47 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 23:47:57 +0000 (00:47 +0100)
commit975bf7fd712baa9a21ce6453e88593065e6c1bb9
tree5d6abbef911f9fb300549bd9d1d33bc31e9500f3
parent0f831d73fa8f157132e1628349a2d5494b8116ec
tcgetsid: Add missing declaration on OSF/1 5.1.

* lib/termios.in.h (tcgetsid): Test HAVE_DECL_TCGETSID instead of
HAVE_TCGETSID.
* m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Test whether tcgetsid is declared.
Don't set HAVE_TCGETSID.
* m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Initialize
HAVE_DECL_TCGETSID, not HAVE_TCGETSID.
* modules/termios (Makefile.am): Substitute HAVE_DECL_TCGETSID, not
HAVE_TCGETSID.
* doc/posix-functions/tcgetsid.texi: Mention the OSF/1 5.1 problem.
ChangeLog
doc/posix-functions/tcgetsid.texi
lib/termios.in.h
m4/tcgetsid.m4
m4/termios_h.m4
modules/termios