mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Remove MIPS version of waitid.c.
Since glibc is no longer built with -Winline, a special MIPS version of waitid.c to disable -Winline is no longer needed, and this patch removes it. Tested that glibc does indeed build with the patch applied. * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
This commit is contained in:
parent
45c2c56403
commit
0833cecd26
@ -1,3 +1,7 @@
|
||||
2015-04-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
|
||||
|
||||
2015-04-29 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
|
||||
|
@ -1,7 +0,0 @@
|
||||
#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>
|
Loading…
Reference in New Issue
Block a user