about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-02-07 15:26:28 -0800
committerRoland McGrath <roland@hack.frob.com>2014-02-07 15:26:28 -0800
commit32749f6cd23f65a2df1bafbf9b69749bdded4b10 (patch)
tree286f6a962fd5c4b8e539cc59d4f6b2f8b0b1edc2 /ChangeLog
parentd5b396c1c89ed3026fc89bfcdd72b14d59972e45 (diff)
downloadglibc-32749f6cd23f65a2df1bafbf9b69749bdded4b10.tar.gz
glibc-32749f6cd23f65a2df1bafbf9b69749bdded4b10.tar.xz
glibc-32749f6cd23f65a2df1bafbf9b69749bdded4b10.zip
Avoid comma operator warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2967ac884..fef262070c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-02-07  Roland McGrath  <roland@hack.frob.com>
+
+	* bits/sigset.h (__sigemptyset): Use a statement expression rather
+	than the comma operator, to avoid "rhs of comma has no effect"
+	compiler warnings.
+	(__sigfillset, __sigandset, __sigorset): Likewise.
+	* include/signal.h (__sigemptyset): Likewise.
+	* sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
+
 2014-02-07  Allan McRae  <allan@archlinux.org>
 
 	* version.h (RELEASE): Set to "development".