about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-03 03:35:12 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-03 03:35:12 +0000
commitfa39685d5c7df2502213418bead44e9543a9b9ec (patch)
tree3a5058c9fe7f0cc0ee1a50f0f068131fecc9d78d /ChangeLog
parent9b2e9577b228350b15d88303b00097dd58e8d29b (diff)
downloadglibc-fa39685d5c7df2502213418bead44e9543a9b9ec.tar.gz
glibc-fa39685d5c7df2502213418bead44e9543a9b9ec.tar.xz
glibc-fa39685d5c7df2502213418bead44e9543a9b9ec.zip
* sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
	Avoid memset, add explicit initialization.
	* sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
	to the end and change into zero-sized array.
	Move lock member to fill a hole on 64-bit platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2514584e09..169bb7edaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
 
-	* sysdeps/unix/dirstream.h (struct __dirstream): Move lock member
-	to fill a hole on 64-bit platforms.
+	* sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
+	Avoid memset, add explicit initialization.
+	* sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
+	to the end and change into zero-sized array.
+	Move lock member to fill a hole on 64-bit platforms.
 
 	* stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
 	inline functions.