s390x: update makecontext prototype
parent
da736b6add
commit
b33c7df219
|
@ -25,7 +25,7 @@ extern int libucontext_setcontext(const ucontext_t *ucp);
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
libucontext_makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...)
|
libucontext_makecontext(libucontext_ucontext_t *ucp, void (*func)(void), int argc, ...)
|
||||||
{
|
{
|
||||||
libucontext_greg_t *sp;
|
libucontext_greg_t *sp;
|
||||||
va_list va;
|
va_list va;
|
||||||
|
|
Loading…
Reference in New Issue