]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__libc_longjmp): Add declaration.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 08:08:03 +0000 (08:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 08:08:03 +0000 (08:08 +0000)
include/setjmp.h

index acab1b9acbe1ae2d69956b326856b894da15b5ef..412ab79da2cf651887314af8782ff6c9de3645bd 100644 (file)
@@ -15,7 +15,9 @@ extern int __sigjmp_save (jmp_buf __env, int __savemask);
 
 extern void _longjmp_unwind (jmp_buf env, int val);
 
-extern void __libc_siglongjmp (sigjmp_buf __env, int __val)
+extern void __libc_siglongjmp (sigjmp_buf env, int val)
           __attribute__ ((noreturn));
+extern void __libc_longjmp (sigjmp_buf env, int val)
+     __attribute__ ((noreturn));
 
 #endif