diff options
Diffstat (limited to 'nptl/unwind.c')
-rw-r--r-- | nptl/unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/unwind.c b/nptl/unwind.c index e51fd295b5..67e5d6de25 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -122,3 +122,4 @@ __pthread_unwind_next (__pthread_unwind_buf_t *buf) __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); } +hidden_def (__pthread_unwind_next) |