mac
This commit is contained in:
parent
3bc4abf41e
commit
93eb0e23c0
2 changed files with 2 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#define setcontext(u) _setmcontext(&(u)->uc_mcontext)
|
||||
#define getcontext(u) _getmcontext(&(u)->uc_mcontext)
|
||||
#define setcontext(u) _setmcontext(&(u)->mc)
|
||||
#define getcontext(u) _getmcontext(&(u)->mc)
|
||||
typedef struct mcontext mcontext_t;
|
||||
typedef struct ucontext ucontext_t;
|
||||
struct mcontext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue