Joseph Myers c153ac9f1b Fix MIPS waitid build.
As previously discussed in
<https://sourceware.org/ml/libc-alpha/2012-11/msg00798.html>, MIPS (o32)
waitid has build warnings (now errors) because a function is declared
inline but functions with five-argument syscalls cannot be inlined for
MIPS o32.

This patch disables the -Winline warnings for waitid.c using a
MIPS-specific wrapper file.  As it's whole-file disabling, there's no
point in using push and pop, so just DIAG_IGNORE_NEEDS_COMMENT is
used.

	* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2014-12-10 18:50:07 +00:00
..
2014-11-24 15:03:45 +05:30
2014-11-24 11:41:48 +05:30
2014-11-14 11:06:08 -08:00
2014-11-24 11:41:48 +05:30
2014-02-10 23:30:21 +00:00
2014-12-10 18:50:07 +00:00
2014-11-24 11:41:48 +05:30
2014-05-14 09:46:54 +02:00
2014-11-24 15:03:45 +05:30
2014-11-19 12:16:00 +05:30