try again
This commit is contained in:
parent
33a102fc28
commit
a81eb4ca63
@ -43,8 +43,10 @@ extern pid_t rfork_thread(int, void*, int(*)(void*), void*);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__arm__)
|
#if defined(__arm__)
|
||||||
int _getmcontext(mcontext_t*);
|
int getmcontext(mcontext_t*);
|
||||||
void _setmcontext(mcontext_t*);
|
void setmcontext(mcontext_t*);
|
||||||
|
#define setcontext(u) setmcontext(&(u)->uc_mcontext)
|
||||||
|
#define getcontext(u) getmcontext(&(u)->uc_mcontext)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct Context Context;
|
typedef struct Context Context;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user