Mac FUSE support (thanks to Jeff Sickel)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user