2.9
[glibc/nacl-glibc.git] / sysdeps / unix / sysv / linux / s390 / ucontext_i.sym
blob525b54300c2392698d3e632d243ad3599c16be0f
1 #include <stddef.h>
2 #include <signal.h>
3 #include <sys/ucontext.h>
5 --
7 SIG_BLOCK
8 SIG_UNBLOCK
9 SIG_SETMASK
11 #define ucontext(member)        offsetof (ucontext_t, member)
12 #define mcontext(member)        ucontext (uc_mcontext.member)
14 SC_FLGS         ucontext (uc_flags)
15 SC_LINK         ucontext (uc_link)
16 SC_STCK         ucontext (uc_stack.ss_sp)
17 SC_STSZ         ucontext (uc_stack.ss_size)
18 SC_PSW          mcontext (psw)
19 SC_GPRS         mcontext (gregs)
20 SC_ACRS         mcontext (aregs)
21 SC_FPC          mcontext (fpregs.fpc)
22 SC_FPRS         mcontext (fpregs.fprs)
23 SC_MASK         ucontext (uc_sigmask)