summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys/sysmips.h
Commit message (Collapse)AuthorAgeFilesLines
* Atsushi Nemoto writes:Eric Andersen2006-09-111-2/+10
| | | | | | | The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code.
* Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III2003-11-281-1/+1
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+36
and to better support each arch. This is a really big patch... -Erik