glibc/termios
Joseph Myers b7db760660 Declare tcgetsid for XPG4 (bug 20055).
termios.h should declare tcgetsid for XPG4, but only does so for
__USE_UNIX98 || __USE_XOPEN2K8 at present.  This patch fixes the
declaration conditions.  A spurious conformtest expectation of this
declaration for XPG3 is removed, and two XFAILs that are fixed by
these changes are also removed.

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by the patch).

	[BZ #20055]
	* termios/termios.h (pid_t): Define for [__USE_XOPEN_EXTENDED]
	instead of [__USE_UNIX98].
	(tcgetsid): Declare for [__USE_XOPEN_EXTENDED] instead of
	[__USE_UNIX98].
	* conform/data/termios.h-data (tcgetsid): Do not expect for
	[XPG3].
	* conform/Makefile (test-xfail-XPG3/termios.h/conform): Remove
	variable.
	(test-xfail-XPG4/termios.h/conform): Likewise.
2016-05-11 18:05:37 +00:00
..
sys Update. 1999-06-08 21:20:07 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Versions Update. 2004-05-03 21:40:12 +00:00
cfmakeraw.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
cfsetspeed.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
speed.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcdrain.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcflow.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcflush.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcgetattr.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcgetpgrp.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcgetsid.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcsendbrk.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcsetattr.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tcsetpgrp.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
termios.h Declare tcgetsid for XPG4 (bug 20055). 2016-05-11 18:05:37 +00:00