3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 07:12:18 +00:00
Brooklyn/gnuk/chopstx/chopstx-gnu-linux.h
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00

11 lines
231 B
C

#include <ucontext.h>
/*
* The thread context: specific to GNU/Linux.
*
* We use the type ucontext_t, which includes all registers;
* Note that signal mask is also included in ucontext_t.
*
*/
typedef ucontext_t tcontext_t;