summaryrefslogtreecommitdiff
path: root/include/ucontext.h
AgeCommit message (Expand)AuthorLines
2012-11-25fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker-2/+2
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2011-07-31consistency: use struct __ucontext instead of ucontext_t in prototypesRich Felker-1/+1
2011-06-29avoid errors in ucontext.h when no feature test macros are definedRich Felker-3/+5
2011-02-18support the ugly and deprecated ucontext and sigcontext header stuff...Rich Felker-20/+3
2011-02-16ucontext is no longer in the standard, so use gnu-friendly struct nameRich Felker-2/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+38