const
This commit is contained in:
parent
a81eb4ca63
commit
ac3d129813
@ -44,7 +44,7 @@ extern pid_t rfork_thread(int, void*, int(*)(void*), void*);
|
||||
|
||||
#if defined(__arm__)
|
||||
int getmcontext(mcontext_t*);
|
||||
void setmcontext(mcontext_t*);
|
||||
void setmcontext(const mcontext_t*);
|
||||
#define setcontext(u) setmcontext(&(u)->uc_mcontext)
|
||||
#define getcontext(u) getmcontext(&(u)->uc_mcontext)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user