diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-03 07:37:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-03 07:37:59 +0000 |
commit | 56421b23d7d20f0278ddbe2091cc05a320748e58 (patch) | |
tree | 676d2d27aa76460890feeb54e084a1e07b8e6445 /nptl/unwind.c | |
parent | 64b5b3b12b93b54abc35c400934af3d92839200c (diff) | |
download | glibc-56421b23d7d20f0278ddbe2091cc05a320748e58.tar.gz glibc-56421b23d7d20f0278ddbe2091cc05a320748e58.tar.xz glibc-56421b23d7d20f0278ddbe2091cc05a320748e58.zip |
Update.
2003-07-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/librt-cancellation.c (__pthread_unwind): Remove definition. * pthreadP.h (__pthread_unwind): Add hidden_proto if used in libpthread compilation. * unwind.c (__pthread_unwind): Add hidden_def. * Versions (libpthread) [GLIBC_PRIVATE]: Add __pthread_unwind.
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 a7855c386c..e51fd295b5 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -111,6 +111,7 @@ __pthread_unwind (__pthread_unwind_buf_t *buf) /* We better do not get here. */ abort (); } +hidden_def (__pthread_unwind) void |