From 97bc38d7a55befa5353bc04caff4329b7778bc84 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 14 Sep 2012 14:31:29 -0600 Subject: [BZ #14583] * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp. --- nptl/sysdeps/pthread/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h index 246c1a0cd5..00cc7e8543 100644 --- a/nptl/sysdeps/pthread/pthread.h +++ b/nptl/sysdeps/pthread/pthread.h @@ -731,7 +731,7 @@ extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf) /* Function used in the macros. */ struct __jmp_buf_tag; -extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW; +extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL; /* Mutex handling. */ -- cgit v1.2.3