summaryrefslogtreecommitdiff
path: root/nptl/libc_pthread_init.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 17:50:26 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 18:52:00 +0200
commit83b09837ed5c106840d0f069a81eed41a646bff3 (patch)
treedc8a2921ef6f92ec0b8d0a95d5259838a85d8fbe /nptl/libc_pthread_init.c
parent116ac301b1825f3e50e32d4b0974b1ad34345a14 (diff)
nptl: Remove internal_function attribute
Diffstat (limited to 'nptl/libc_pthread_init.c')
-rw-r--r--nptl/libc_pthread_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/libc_pthread_init.c b/nptl/libc_pthread_init.c
index 0db7a10893..875b27e74c 100644
--- a/nptl/libc_pthread_init.c
+++ b/nptl/libc_pthread_init.c
@@ -38,7 +38,6 @@ extern int __libc_multiple_threads attribute_hidden;
int *
#endif
-internal_function
__libc_pthread_init (unsigned long int *ptr, void (*reclaim) (void),
const struct pthread_functions *functions)
{