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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_exit.c b/libpthread/nptl/pthread_exit.c
index a8c92fd29..de43cb886 100644
--- a/libpthread/nptl/pthread_exit.c
+++ b/libpthread/nptl/pthread_exit.c
@@ -22,6 +22,7 @@
void
+attribute_hidden
__pthread_exit (void* value)
{
THREAD_SETMEM (THREAD_SELF, result, value);