aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-04 18:09:35 +0000
committerrsc <devnull@localhost>2005-11-04 18:09:35 +0000
commit33a102fc287a36969db773a4c55f182081a291e1 (patch)
treee03de58f3cec0f64f81a2f6dbc8c647950a0a052 /src/libthread/threadimpl.h
parent1e05fdf92cf4c3ae32c52d6928f3e74000b76f6a (diff)
downloadplan9port-33a102fc287a36969db773a4c55f182081a291e1.tar.gz
plan9port-33a102fc287a36969db773a4c55f182081a291e1.tar.bz2
plan9port-33a102fc287a36969db773a4c55f182081a291e1.zip
try arm again
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h5
1 files changed, 5 insertions, 0 deletions
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;