summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/cleanup.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-14 19:32:10 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-14 19:32:10 +0000
commit821b26bf3fe22524a1d1a2c9bc60ad549de82333 (patch)
tree0dc5c690f89b55f1156bcba1b15ee382e4242714 /libpthread/nptl/cleanup.c
parenta979d4016db090191fe7ed167d85870338e64604 (diff)
downloaduClibc-alpine-821b26bf3fe22524a1d1a2c9bc60ad549de82333.tar.bz2
uClibc-alpine-821b26bf3fe22524a1d1a2c9bc60ad549de82333.tar.xz
Get rid of more glibc NPTL symbol and alias madness. Also disable usage of
'libc/sysdeps/linux/common/fork.c' when NPTL is being used. Finally, there are additional weak functions that need to be defined when using NPTL which have also been added.
Diffstat (limited to 'libpthread/nptl/cleanup.c')
-rw-r--r--libpthread/nptl/cleanup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/cleanup.c b/libpthread/nptl/cleanup.c
index af828c49f..5bf85398e 100644
--- a/libpthread/nptl/cleanup.c
+++ b/libpthread/nptl/cleanup.c
@@ -35,7 +35,6 @@ __pthread_register_cancel (__pthread_unwind_buf_t *buf)
/* Store the new cleanup handler info. */
THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf);
}
-hidden_def (__pthread_register_cancel)
void
@@ -46,4 +45,3 @@ __pthread_unregister_cancel (__pthread_unwind_buf_t *buf)
THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev);
}
-hidden_def (__pthread_unregister_cancel)