commit | 50f7ec339a85ebe60390edc3c8cfb87bd2f57bc4 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Jan 07 21:47:30 2005 +0000 |
committer | rsc <devnull@localhost> | Fri Jan 07 21:47:30 2005 +0000 |
tree | aab8a650bbb8d14a85f0de151974fedcf77d28b3 | |
parent | 1aa9c533e0778d9917cdb19f71e3bc7416e8d528 [diff] [blame] |
initial darwin
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index bbf8473..0334fe3 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h
@@ -16,6 +16,10 @@ extern void makecontext(ucontext_t*, void(*)(), int, ...); #endif +#if defined(__APPLE__) +# include "Darwin-ucontext.h" +#endif + typedef struct Context Context; typedef struct Execjob Execjob; typedef struct Proc Proc;