diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c b/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c index ca174d01c1..97127407d3 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <ucontext.h> -extern void __start_context (struct ucontext *ucp); +extern void __start_context (ucontext_t *ucp); void __makecontext (ucontext_t *ucp, void (*func) (void), int argc, ...) |