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:
Roland McGrath 2007-09-12 01:26:29 +00:00
parent 5aa0434fe9
commit da6c92c234

2
mem.c
View File

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