aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-initialize.c')
-rw-r--r--htl/pt-initialize.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c
index 658ba1e..b4e8b15 100644
--- a/htl/pt-initialize.c
+++ b/htl/pt-initialize.c
@@ -28,11 +28,6 @@
#if IS_IN (libpthread)
static const struct pthread_functions pthread_functions = {
.ptr___pthread_exit = __pthread_exit,
- .ptr___pthread_get_cleanup_stack = __pthread_get_cleanup_stack,
- .ptr_pthread_once = __pthread_once,
- .ptr___pthread_key_create = __pthread_key_create,
- .ptr___pthread_getspecific = __pthread_getspecific,
- .ptr___pthread_setspecific = __pthread_setspecific,
.ptr__IO_flockfile = _cthreads_flockfile,
.ptr__IO_funlockfile = _cthreads_funlockfile,
.ptr__IO_ftrylockfile = _cthreads_ftrylockfile,