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