about summary refs log tree commit diff
path: root/include/ucontext.h
Commit message (Expand)AuthorAgeFilesLines
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-2/+2
* default features: make musl usable without feature test macrosRich Felker2012-09-071-0/+2
* consistency: use struct __ucontext instead of ucontext_t in prototypesRich Felker2011-07-311-1/+1
* avoid errors in ucontext.h when no feature test macros are definedRich Felker2011-06-291-3/+5
* support the ugly and deprecated ucontext and sigcontext header stuff...Rich Felker2011-02-181-20/+3
* ucontext is no longer in the standard, so use gnu-friendly struct nameRich Felker2011-02-161-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+38