glibc/sysdeps/unix/sysv/linux/mips
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
..
bits
mips32 Fix MIPS waitid build. 2014-12-10 18:50:07 +00:00
mips64 Fix MIPS sigaction build. 2014-12-10 18:45:03 +00:00
sys
____longjmp_chk.c
_test_and_set.c
arch-fork.h
brk.c
clone.S
configure Require autoconf 2.69 2014-09-29 07:53:36 -07:00
configure.ac
dl-cache.h
dl-static.c
getcontext.S
getmsg.c
getrlimit64.c
getsysstats.c
Implies
ipc_priv.h
kernel_rt_sigframe.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
kernel-features.h
ldsodefs.h
libc-abis
makecontext.S
Makefile Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
pipe.S
pread64.c
pread.c
profil-counter.h
pt-vfork.S
putmsg.c
pwrite64.c
pwrite.c
readelflib.c
register-dump.h
setcontext.S
setrlimit64.c
shlib-versions
sigaction.c
sigcontextinfo.h
swapcontext.S
syscalls.list
sysdep-cancel.h Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
ucontext_i.sym
ustat.c
Versions
vfork.S MIPS: Avoid a dangling `vfork@GLIBC_2.0' reference 2014-10-22 15:20:37 +01:00
xstatconv.c