From: Roland McGrath Date: Thu, 7 Oct 2004 19:09:23 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~489 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aa53f65fccee68600258506045a0e6e79d24d0f;p=strace . --- diff --git a/ChangeLog b/ChangeLog index c0fbf93b..136f1a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-10-07 Roland McGrath + * file.c (sys_llssek, sys_readahead, sys_fadvise64, sys_fadvise64_64): + Use LONG_LONG macro. + * io.c (sys_pread, sys_pwrite, sys_sendfile): Likewise. + * linux/x86_64/syscallent.h: Fix botched table entries. From Ulrich Drepper .