2004-10-19  Roland McGrath  <roland@redhat.com>

	* file.c (sys_fadvise64): Conditionalize just on [LINUX].
diff --git a/file.c b/file.c
index 8496ab0..6686206 100644
--- a/file.c
+++ b/file.c
@@ -2488,7 +2488,7 @@
 };
 
 
-#if defined LINUX && (defined I386 || defined X86_64)
+#ifdef LINUX
 int
 sys_fadvise64(tcp)
 struct tcb *tcp;