From b33c7df21925ad8c2de12f2adb11643c75e134d4 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 6 Dec 2020 12:30:44 +0000 Subject: [PATCH] s390x: update makecontext prototype --- arch/s390x/makecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390x/makecontext.c b/arch/s390x/makecontext.c index 046a9cb..726bd9c 100644 --- a/arch/s390x/makecontext.c +++ b/arch/s390x/makecontext.c @@ -25,7 +25,7 @@ extern int libucontext_setcontext(const ucontext_t *ucp); 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; va_list va;