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 5ffee38..b4e8b15 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -28,7 +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__IO_flockfile = _cthreads_flockfile, .ptr__IO_funlockfile = _cthreads_funlockfile, .ptr__IO_ftrylockfile = _cthreads_ftrylockfile, |