summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getpagesize.c
AgeCommit message (Collapse)Author
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
_dl_pagesize variable in ldso, so avoid aliasing. -Erik
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
by extracting the value from the ELF header.
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
2001-09-27Update to accomodate the header file changesEric Andersen
2000-07-05Completely rearchitected the sysdeps directory.Eric Andersen
-Erik