summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/sys
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-312-23/+23
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-282-7/+152
|
* Sync."Steven J. Hill"2005-08-271-8/+3
|
* Fixup function prototype for __uint128_t which fixes the compileEric Andersen2002-11-071-5/+3
| | | | | on powerpc with gcc 3.2. -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-014-0/+318
and to better support each arch. This is a really big patch... -Erik