1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008 && !defined XOPEN2K8
6 element ucontext_t {ucontext_t*} uc_link
7 element ucontext_t sigset_t uc_sigmask
8 element ucontext_t stack_t uc_stack
9 // Bug 21635: uc_mcontext has wrong type.
10 xfail[powerpc32-linux]-element ucontext_t mcontext_t uc_mcontext
15 function int getcontext (ucontext_t*)
16 function int setcontext (const ucontext_t*)
17 function void makecontext (ucontext_t*, void(*)(void), int, ...)
18 function int swapcontext (ucontext_t*, const ucontext_t*)