glibc/posix/sys
Joseph Myers bf15120dd7 Fix wait3 namespace (bug 21625).
The wait3 function was removed in the 2001 edition of POSIX.
sys/wait.h wrongly declares it for the 2001 and 2008 editions of POSIX
when XSI features are enabled.  This patch fixes the conditionals.

Tested for x86_64.

	[BZ #21625]
	* posix/sys/wait.h (strust rusage forward declaration): Change
	[__USE_XOPEN_EXTENDED] conditional to [__USE_XOPEN_EXTENDED &&
	!__USE_XOPEN2K].
	(wait3): Likewise.
2017-06-19 16:39:17 +00:00
..
times.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
types.h Fix network headers stdint.h namespace (bug 21455). 2017-05-04 20:36:42 +00:00
unistd.h
utsname.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wait.h Fix wait3 namespace (bug 21625). 2017-06-19 16:39:17 +00:00