Mac FUSE support (thanks to Jeff Sickel)
This commit is contained in:
parent
e290e875f3
commit
9b3fcf01c5
5 changed files with 59 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue