Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-12 | Atsushi Nemoto writes: | Mike Frysinger | |
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. | |||
2004-07-30 | Some mips updates. Add a couple of missing sys/*.h files and update a few ↵ | Manuel Novoa III | |
others. | |||
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik |