From: Roland McGrath Date: Tue, 7 Aug 2007 01:23:08 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f33e914b6bfea679dd6c5e5016ded20d277ab41;p=strace . --- diff --git a/ChangeLog b/ChangeLog index b6dea77e..fe097747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2007-08-05 Jan Kratochvil +2007-08-06 Jan Kratochvil + Roland McGrath + + * file.c [!HAVE_STAT64 && LINUX && X86_64] (struct stat64): Define it. + [!HAVE_STAT64 && LINUX && X86_64] (HAVE_STAT64, STAT64_SIZE): Define. + [HAVE_STAT64] (printstat64) [STAT64_SIZE]: Add compile-time assertion. + Fixes RH#222275. * file.c (printstat64): Test [HAVE_LONG_LONG] for st_size printing and cast to widest type available.