summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/unwind.c')
-rw-r--r--libpthread/nptl/unwind.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/unwind.c b/libpthread/nptl/unwind.c
index cf8d9e506..56a423815 100644
--- a/libpthread/nptl/unwind.c
+++ b/libpthread/nptl/unwind.c
@@ -162,6 +162,7 @@ __pthread_unwind (__pthread_unwind_buf_t *buf)
/* We better do not get here. */
abort ();
}
+hidden_def (__pthread_unwind)
void
@@ -172,3 +173,4 @@ __pthread_unwind_next (__pthread_unwind_buf_t *buf)
__pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev);
}
+hidden_def (__pthread_unwind_next)