darwin 386 start

This commit is contained in:
rsc
2006-04-21 03:34:44 +00:00
parent 6b11fe88cb
commit 110c707dda
6 changed files with 119 additions and 2 deletions

View File

@@ -26,7 +26,11 @@ extern void makecontext(ucontext_t*, void(*)(), int, ...);
# define mcontext_t libthread_mcontext_t
# define ucontext libthread_ucontext
# define ucontext_t libthread_ucontext_t
# include "power-ucontext.h"
# if defined(__i386__)
# include "386-ucontext.h"
# else
# include "power-ucontext.h"
# endif
#endif
#if defined(__OpenBSD__)