summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/sys/procfs.h
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
|
* sync headers with glibcMike Frysinger2006-02-221-3/+12
|
* asierllano writes in bug 370:Joakim Tjernlund2005-08-271-8/+3
| | | | | | The gcc compiler has deprecated the type __uint128 for 32-bits platforms. Due to the fact that this type was introduced in gcc-3.1 it is better to drop its use. (glibc has the same problem and uses this same solution).
* 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-011-0/+138
and to better support each arch. This is a really big patch... -Erik