diff options
Diffstat (limited to 'htl/pt-initialize.c')
-rw-r--r-- | htl/pt-initialize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index cd8b467..5ffee38 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -29,7 +29,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__IO_flockfile = _cthreads_flockfile, .ptr__IO_funlockfile = _cthreads_funlockfile, .ptr__IO_ftrylockfile = _cthreads_ftrylockfile, |