summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys/procfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
| | | | | | | | | | | | This is a patch for uClibc/libc/sysdeps/linux/mips/sys/procfs.h pulled from glibc CVS. This fixes gdb with threaded application (with glibc environment). Although debugging threaded programs seems not working on uClibc/mips yet, this patch will be required when it becomes working. This patch can be applied to any version of uClibc (including current CVS).
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+117
and to better support each arch. This is a really big patch... -Erik