]> granicus.if.org Git - strace/commitdiff
2004-10-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 20 Oct 2004 02:24:19 +0000 (02:24 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 20 Oct 2004 02:24:19 +0000 (02:24 +0000)
* file.c (sys_fadvise64): Conditionalize just on [LINUX].

file.c

diff --git a/file.c b/file.c
index 8496ab0435e834550d8a7dfc58829368418195ef..668620657a65f18eb3faf13a5e2c6a532ba7aa8c 100644 (file)
--- 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;