diff options
Diffstat (limited to 'htl/pt-initialize.c')
-rw-r--r-- | htl/pt-initialize.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index 658ba1e..cd8b467 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -30,9 +30,6 @@ 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, |