openbsd updates (thanks Pascal Stumpf)
R=rsc http://codereview.appspot.com/6401049
This commit is contained in:
parent
c934984537
commit
20f5692b7f
8 changed files with 82 additions and 138 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue