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

* file.c (sys_fadvise64): Conditionalize just on [LINUX].
This commit is contained in:
Roland McGrath 2004-10-20 02:24:19 +00:00
parent b0756891d2
commit e27ed3426d

2
file.c
View File

@ -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;