aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-01 17:50:30 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-01 17:56:48 +0100
commit341dd67392b90af0e76913d0779b1bdafe64d1e4 (patch)
tree2477dc563997404e7b1d4d3bcb6c945cd2aa81a0 /ChangeLog
parent473611b22d630a5cbb870d2a7edf08071d4d8ace (diff)
downloadglibc-341dd67392b90af0e76913d0779b1bdafe64d1e4.zip
glibc-341dd67392b90af0e76913d0779b1bdafe64d1e4.tar.gz
glibc-341dd67392b90af0e76913d0779b1bdafe64d1e4.tar.bz2
Change type of constant to avoid a warning.
Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a042ebf..7024d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
+
+ * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
+ __libc_cleanup_region_start argument.
+
2012-11-01 Joseph Myers <joseph@codesourcery.com>
[BZ #14784]