aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/pthread.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2012-09-14 14:31:29 -0600
committerJeff Law <law@redhat.com>2012-09-14 14:31:29 -0600
commit97bc38d7a55befa5353bc04caff4329b7778bc84 (patch)
treefeb29f82b94e4c16592fb200d643bc4a0c9fa0bb /nptl/sysdeps/pthread/pthread.h
parent784761bee3828e4e21cbe15340c7a99e3fd1788b (diff)
downloadglibc-97bc38d7a55befa5353bc04caff4329b7778bc84.zip
glibc-97bc38d7a55befa5353bc04caff4329b7778bc84.tar.gz
glibc-97bc38d7a55befa5353bc04caff4329b7778bc84.tar.bz2
[BZ #14583]
* sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
Diffstat (limited to 'nptl/sysdeps/pthread/pthread.h')
-rw-r--r--nptl/sysdeps/pthread/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
index 246c1a0..00cc7e8 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. */