]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Feb 2002 18:14:12 +0000 (18:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Feb 2002 18:14:12 +0000 (18:14 +0000)
2002-02-06  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
attribute((packed)) to counter stupid people misuing gcc options.
(struct stat64): Likewise.

2002-02-05  Ulrich Drepper  <drepper@redhat.com>

* elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
the variables which are used as booleans.

ChangeLog

index 1f465874e652be8e3aba8abb1c688932cca0057c..c50260ad480848601070869a436f591d36779fbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-02-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
+       attribute((packed)) to counter stupid people misuing gcc options.
+       (struct stat64): Likewise.
+
+2002-02-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
+       the variables which are used as booleans.
+
 2002-02-06  Andreas Jaeger  <aj@suse.de>
 
        * include/libc-symbols.h (INTUSE): Renamed from INT.