Files
chopstx/chopstx-gnu-linux.h
2017-06-23 09:05:11 +09:00

10 lines
209 B
C

/*
* 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;