const
This commit is contained in:
parent
a81eb4ca63
commit
ac3d129813
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ extern pid_t rfork_thread(int, void*, int(*)(void*), void*);
|
||||||
|
|
||||||
#if defined(__arm__)
|
#if defined(__arm__)
|
||||||
int getmcontext(mcontext_t*);
|
int getmcontext(mcontext_t*);
|
||||||
void setmcontext(mcontext_t*);
|
void setmcontext(const mcontext_t*);
|
||||||
#define setcontext(u) setmcontext(&(u)->uc_mcontext)
|
#define setcontext(u) setmcontext(&(u)->uc_mcontext)
|
||||||
#define getcontext(u) getmcontext(&(u)->uc_mcontext)
|
#define getcontext(u) getmcontext(&(u)->uc_mcontext)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue