Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and ↵ | Peter S. Mazinger | 2011-03-03 | 1 | -0/+2 |
| | | | | | | | | | | STRICT_HEADERS Remove ucontext.h if SUSV4_LEGACY is not set and fix it's references. Guard sigstack structure with SUSV4_LEGACY and STRICT_HEADERS. Disable sigstack function prototype, it is not provided by uClibc. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+55 |
and to better support each arch. This is a really big patch... -Erik |