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

nptl: Move __free_tcb into libc

Under the name __nptl_free_tcb.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-05-11 11:08:00 +02:00
parent c79a31fb36
commit 8fbb33b3f7
7 changed files with 52 additions and 29 deletions

View File

@@ -122,7 +122,7 @@ __pthread_clockjoin_ex (pthread_t threadid, void **thread_return,
*thread_return = pd_result;
/* Free the TCB. */
__free_tcb (pd);
__nptl_free_tcb (pd);
}
else
pd->joinid = NULL;