summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sys/ucontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Atsushi Nemoto writes:Mike Frysinger2007-02-121-121/+80
| | | | | | | | | | Current ucontext_t does not match with kernel's definition. Also, on N32 ABI, we can not use kernel's struct sigcontext since kernel's sizeof(long) and user's sizeof(long) is differ. For both data structure, just importing header files from recent glibc fixes the mismatch. So here is a patch importing sys/ucontext.h and bits/sigcontext.t from glibc-2.5.
* Some mips updates. Add a couple of missing sys/*.h files and update a few ↵Manuel Novoa III2004-07-301-41/+119
| | | | others.
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+80
and to better support each arch. This is a really big patch... -Erik