summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/sigstack.h
Commit message (Collapse)AuthorAgeFilesLines
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and ↵Peter S. Mazinger2011-03-031-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 redundancyEric Andersen2002-03-011-0/+55
and to better support each arch. This is a really big patch... -Erik