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 MIPS: Move NPTL public headers to sysdeps/mips/nptl/. 2014-06-23 09:25:41 -07:00
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 Split arch-fork.h from fork.h 2014-05-16 11:17:41 -07:00
brk.c
clone.S MIPS: Consolidate NPTL/non versions of clone 2014-06-25 14:50:58 -07:00
configure Require autoconf 2.69 2014-09-29 07:53:36 -07:00
configure.ac Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
dl-cache.h
dl-static.c
getcontext.S
getmsg.c
getrlimit64.c
getsysstats.c
Implies NPTL is no longer an add-on! 2014-07-07 09:29:06 -07:00
ipc_priv.h
kernel_rt_sigframe.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
kernel-features.h Reduce kernel-features.h duplication. 2014-05-14 00:45:19 +00:00
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 Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
pread.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
profil-counter.h
pt-vfork.S MIPS: Consolidate NPTL/non versions of vfork 2014-06-27 11:18:10 -07:00
putmsg.c
pwrite64.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
pwrite.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
readelflib.c
register-dump.h
setcontext.S
setrlimit64.c
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
sigaction.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
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