From: Ulrich Drepper Date: Wed, 6 Feb 2002 18:14:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~1134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0796ef157c7f6c90a08228a32cb681c19b2b2e11;p=thirdparty%2Fglibc.git Update. 2002-02-06 Ulrich Drepper * 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 * elf/rtld.c (dl_main): Correct indentation. Use bool as type for the variables which are used as booleans. --- diff --git a/ChangeLog b/ChangeLog index 1f465874e65..c50260ad480 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-02-06 Ulrich Drepper + + * 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 + + * elf/rtld.c (dl_main): Correct indentation. Use bool as type for + the variables which are used as booleans. + 2002-02-06 Andreas Jaeger * include/libc-symbols.h (INTUSE): Renamed from INT.