about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-08 04:59:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-08 04:59:15 +0000
commit935fbdbd6ac10ddae9b8d446be6b0a0d48a7db31 (patch)
tree989d085272858fbcec1dd9c254037085f15bd648 /ChangeLog
parent04b6da27245f24d6137b31f1745ba641dd3e8b08 (diff)
downloadglibc-935fbdbd6ac10ddae9b8d446be6b0a0d48a7db31.tar.gz
glibc-935fbdbd6ac10ddae9b8d446be6b0a0d48a7db31.tar.xz
glibc-935fbdbd6ac10ddae9b8d446be6b0a0d48a7db31.zip
Update.
2002-02-07  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
	attribute, change __pad{1,2} type to unsigned int.
	(struct stat64): Remove packed attribute.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1994cc95ea..28824e7b2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-07  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
+	attribute, change __pad{1,2} type to unsigned int.
+	(struct stat64): Remove packed attribute.
+
 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.