Mac FUSE support (thanks to Jeff Sickel)

This commit is contained in:
rsc 2007-01-18 12:52:54 +00:00
parent e290e875f3
commit 9b3fcf01c5
5 changed files with 59 additions and 3 deletions

View file

@ -3,7 +3,6 @@
void
makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...)
{
int n;
int *sp;
sp = (int*)ucp->uc_stack.ss_sp+ucp->uc_stack.ss_size/4;