mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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__)
|
||||
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 a new issue