s390x: update makecontext prototype

pull/21/head
Ariadne Conill 2020-12-06 12:30:44 +00:00
parent da736b6add
commit b33c7df219
1 changed files with 1 additions and 1 deletions

View File

@ -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;