2007-09-11 Roland McGrath <roland@redhat.com>
* mem.c (sys_getpagesize): Define for [SPARC || SPARC64] too. From Jakub Bogusz <qboosh@pld-linux.org>.
This commit is contained in:
parent
5aa0434fe9
commit
da6c92c234
2
mem.c
2
mem.c
@ -544,7 +544,7 @@ struct tcb *tcp;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(ALPHA) || defined(FREEBSD) || defined(IA64) || defined(SUNOS4) || defined(SVR4)
|
||||
#if defined(ALPHA) || defined(FREEBSD) || defined(IA64) || defined(SUNOS4) || defined(SVR4) || defined(SPARC) || defined(SPARC64)
|
||||
int
|
||||
sys_getpagesize(tcp)
|
||||
struct tcb *tcp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user