From 0796ef157c7f6c90a08228a32cb681c19b2b2e11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Feb 2002 18:14:12 +0000 Subject: [PATCH] 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f465874e6..c50260ad48 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. -- 2.11.4.GIT