From 33a102fc287a36969db773a4c55f182081a291e1 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 4 Nov 2005 18:09:35 +0000 Subject: try arm again --- src/libthread/threadimpl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libthread/threadimpl.h') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index 9757526e..5be45677 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -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; -- cgit v1.2.3