From beab1ec9b51c96ff64dd6d4caf3db4315ef9df45 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 20 Jan 2000 21:53:59 +0000 Subject: Minor *jmp() cleanups. --- lib/libc_r/uthread/pthread_private.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc_r/uthread/pthread_private.h') diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h index 00ca3b091ec1..962eb86957af 100644 --- a/lib/libc_r/uthread/pthread_private.h +++ b/lib/libc_r/uthread/pthread_private.h @@ -1245,8 +1245,9 @@ int _thread_sys_msync(void *, size_t, int); /* #include */ #ifdef _SETJMP_H_ -extern void __longjmp(jmp_buf, int); -extern void __siglongjmp(sigjmp_buf, int); +extern void __siglongjmp(sigjmp_buf, int) __dead2; +extern void __longjmp(jmp_buf, int) __dead2; +extern void ___longjmp(jmp_buf, int) __dead2; #endif __END_DECLS -- cgit v1.2.3