From c54b8b69ede9d92e802baa1163d9cd734b034fb4 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 27 Jan 2006 05:51:54 +0000 Subject: bsd --- src/libthread/386-ucontext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libthread/386-ucontext.h') diff --git a/src/libthread/386-ucontext.h b/src/libthread/386-ucontext.h index 57fd1bd8..00af62aa 100644 --- a/src/libthread/386-ucontext.h +++ b/src/libthread/386-ucontext.h @@ -5,6 +5,8 @@ typedef struct ucontext ucontext_t; extern int swapcontext(ucontext_t*, ucontext_t*); extern void makecontext(ucontext_t*, void(*)(), int, ...); +extern int getmcontext(mcontext_t*); +extern void setmcontext(mcontetx_t*); /*- * Copyright (c) 1999 Marcel Moolenaar -- cgit v1.2.3