From ea6a015bd78d1bc15c02f64d5e5423cbcdc86b2e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 Mar 2003 08:44:46 +0000 Subject: * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Add const to MAP arg. * sysdeps/ia64/dl-machine.h: Update decl. --- nptl/sysdeps/unix/sysv/linux/jmp-unwind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/sysdeps/unix/sysv/linux/jmp-unwind.c') diff --git a/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c b/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c index f0a290ae4b..d6fbcc39eb 100644 --- a/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c +++ b/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c @@ -21,7 +21,7 @@ #include #include -extern void __pthread_cleanup_upto (jmp_buf env, char *targetframe); +extern void __pthread_cleanup_upto (__jmp_buf env, char *targetframe); #pragma weak __pthread_cleanup_upto @@ -35,5 +35,5 @@ _longjmp_unwind (jmp_buf env, int val) #endif if (fptr != NULL) - fptr (env, __builtin_frame_address (0)); + fptr (env->__jmpbuf, __builtin_frame_address (0)); } -- cgit v1.2.3