aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-04-30 16:25:46 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-04-30 16:25:46 +0000
commit0833cecd26de9cd53de834ec8f79d699a8f6e76b (patch)
tree17c4c40332d55a4724d417f42a86a63eb5179161 /ChangeLog
parent45c2c5640354b52e5d7acd0a14748e76887d4081 (diff)
downloadglibc-0833cecd26de9cd53de834ec8f79d699a8f6e76b.zip
glibc-0833cecd26de9cd53de834ec8f79d699a8f6e76b.tar.gz
glibc-0833cecd26de9cd53de834ec8f79d699a8f6e76b.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5a52c..c386cab 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.