openbsd updates (thanks Pascal Stumpf)

R=rsc
http://codereview.appspot.com/6401049
This commit is contained in:
Russ Cox 2012-07-14 10:16:54 -04:00
parent c934984537
commit 20f5692b7f
8 changed files with 82 additions and 138 deletions

View file

@ -56,6 +56,8 @@ extern void makecontext(ucontext_t*, void(*)(), int, ...);
# define ucontext_t libthread_ucontext_t
# if defined __i386__
# include "386-ucontext.h"
# elif defined __amd64__
# include "x86_64-ucontext.h"
# else
# include "power-ucontext.h"
# endif