Fix the gettid() detection caught by @mrluanma .

This commit is contained in:
Qi Wang 2025-01-21 15:06:02 -08:00 committed by Qi Wang
parent 52fa9577ba
commit 20cc983314
2 changed files with 4 additions and 1 deletions

View file

@ -411,6 +411,9 @@
/* Adaptive mutex support in pthreads. */
#undef JEMALLOC_HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
/* gettid() support */
#undef JEMALLOC_HAVE_GETTID
/* GNU specific sched_getcpu support */
#undef JEMALLOC_HAVE_SCHED_GETCPU