diff options
Diffstat (limited to 'libpthread/nptl/pt-cleanup.c')
-rw-r--r-- | libpthread/nptl/pt-cleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pt-cleanup.c b/libpthread/nptl/pt-cleanup.c index f9d9598e0..f5fdedeb6 100644 --- a/libpthread/nptl/pt-cleanup.c +++ b/libpthread/nptl/pt-cleanup.c @@ -60,3 +60,4 @@ __pthread_cleanup_upto (__jmp_buf target, char *targetframe) THREAD_SETMEM (self, cleanup, cbuf); } +hidden_def (__pthread_cleanup_upto) |