summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/getpagesize.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-241-1/+0
| | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter.
* Merge from trunk."Steven J. Hill"2006-02-281-4/+7
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-3/+4
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+3
|
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-3/+3
| | | | | _dl_pagesize variable in ldso, so avoid aliasing. -Erik
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-10/+14
| | | | by extracting the value from the ELF header.
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-1/+1
| | | | | | 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
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+3
|
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+38
-Erik