From: Roland McGrath Date: Wed, 20 Oct 2004 02:24:19 +0000 (+0000) Subject: 2004-10-19 Roland McGrath X-Git-Tag: v4.5.18~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e27ed3426d56cf664a256b2e8cb5144b0c0953b2;p=strace 2004-10-19 Roland McGrath * file.c (sys_fadvise64): Conditionalize just on [LINUX]. --- diff --git a/file.c b/file.c index 8496ab04..66862065 100644 --- a/file.c +++ b/file.c @@ -2488,7 +2488,7 @@ static const struct xlat advise[] = { }; -#if defined LINUX && (defined I386 || defined X86_64) +#ifdef LINUX int sys_fadvise64(tcp) struct tcb *tcp;