1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
Files
glibc/sysdeps/htl/include/bits/cancelation.h
Samuel Thibault 6afece738c htl: move __pthread_get_cleanup_stack to libc
This fixes the cleanup call from __qsort_r
2025-07-06 19:56:15 +00:00

6 lines
81 B
C

#include_next <bits/cancelation.h>
#ifndef _ISOMAC
#include <pthreadP.h>
#endif