1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

nptl: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 17:50:26 +02:00
parent 116ac301b1
commit 83b09837ed
9 changed files with 34 additions and 32 deletions

View File

@ -205,7 +205,6 @@ static int create_thread (struct pthread *pd, const struct pthread_attr *attr,
struct pthread *
internal_function
__find_in_stack_list (struct pthread *pd)
{
list_t *entry;
@ -341,7 +340,6 @@ __nptl_deallocate_tsd (void)
/* Deallocate a thread's stack after optionally making sure the thread
descriptor is still valid. */
void
internal_function
__free_tcb (struct pthread *pd)
{
/* The thread is exiting now. */