diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-06 18:14:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-06 18:14:12 +0000 |
commit | 0796ef157c7f6c90a08228a32cb681c19b2b2e11 (patch) | |
tree | e2034a235aa9d3cd978762087ab0c13f51b89be6 | |
parent | 5eab9e021553dd7875066e5e7d03d95611dee287 (diff) | |
download | glibc-0796ef157c7f6c90a08228a32cb681c19b2b2e11.zip glibc-0796ef157c7f6c90a08228a32cb681c19b2b2e11.tar.gz glibc-0796ef157c7f6c90a08228a32cb681c19b2b2e11.tar.bz2 |
Update.
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.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |