about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips32/waitid.c7
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5a52c4ab..c386cabe4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c b/sysdeps/unix/sysv/linux/mips/mips32/waitid.c
deleted file mode 100644
index c18a57c0ec..0000000000
--- a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c
+++ /dev/null
@@ -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>