summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_exit.c')
-rw-r--r--libpthread/nptl/pthread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_exit.c b/libpthread/nptl/pthread_exit.c
index 88d3859b7..98f67f245 100644
--- a/libpthread/nptl/pthread_exit.c
+++ b/libpthread/nptl/pthread_exit.c
@@ -22,7 +22,7 @@
void
-attribute_protected
+attribute_protected attribute_noreturn
__pthread_exit (void* value)
{
THREAD_SETMEM (THREAD_SELF, result, value);