1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

htl: move __pthread_get_cleanup_stack to libc

This fixes the cleanup call from __qsort_r
This commit is contained in:
Samuel Thibault
2025-07-06 11:01:19 +02:00
parent b80f108b55
commit 6afece738c
13 changed files with 23 additions and 30 deletions

View File

@@ -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,