about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-17 09:49:37 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-17 09:49:37 -0700
commitb7c08a66f6b8855ce93743a0f4587667301fa8f9 (patch)
tree553e6c6be3375154184ae73c1923fd425de490b2 /ChangeLog
parentb2e1c562728699642e98c528bed175929cceff4d (diff)
downloadglibc-b7c08a66f6b8855ce93743a0f4587667301fa8f9.tar.gz
glibc-b7c08a66f6b8855ce93743a0f4587667301fa8f9.tar.xz
glibc-b7c08a66f6b8855ce93743a0f4587667301fa8f9.zip
Add a cast to silence a warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d8543c885..672409ef0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-17  Roland McGrath  <roland@hack.frob.com>
 
+	* elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
+	last change.
+
 	* libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
 	[_IO_MTSAFE_IO].
 	* libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]