fix MINSIGSTKSZ values for archs with large signal contexts
[oweals/musl.git] / arch / arm / bits / signal.h
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-05-23 Rich Felkerfix missing _BSD_SOURCE support in bits/*.h
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-18 Rich Felkerinitial commit of the arm port