try arm again

This commit is contained in:
rsc 2005-11-04 18:09:35 +00:00
parent 1e05fdf92c
commit 33a102fc28
2 changed files with 5 additions and 3 deletions

View file

@ -42,6 +42,11 @@ extern void makecontext(ucontext_t*, void(*)(), int, ...);
extern pid_t rfork_thread(int, void*, int(*)(void*), void*);
#endif
#if defined(__arm__)
int _getmcontext(mcontext_t*);
void _setmcontext(mcontext_t*);
#endif
typedef struct Context Context;
typedef struct Execjob Execjob;
typedef struct Proc Proc;