mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
8 lines
281 B
C
8 lines
281 B
C
|
#include <libc-internal.h>
|
||
|
|
||
|
/* MIPS forces a frame pointer for five-argument syscalls using
|
||
|
alloca, so resulting in "inlining failed in call to 'do_waitid':
|
||
|
function not inlinable". */
|
||
|
DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Winline");
|
||
|
#include <sysdeps/unix/sysv/linux/waitid.c>
|