elf/Makefile: Split and sort PIE tests
[glibc.git] / conform / data / ucontext.h-data
blobe3dcb3014bd353b13575666e452c6a7109cd4201
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008 && !defined XOPEN2K8
2 type mcontext_t
4 type ucontext_t
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
12 type sigset_t
13 type stack_t
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*)
20 allow uc_*
21 allow ss_*
22 allow *_t
23 #endif