diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 17:50:26 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 18:52:00 +0200 |
commit | 83b09837ed5c106840d0f069a81eed41a646bff3 (patch) | |
tree | dc8a2921ef6f92ec0b8d0a95d5259838a85d8fbe /nptl/libc_pthread_init.c | |
parent | 116ac301b1825f3e50e32d4b0974b1ad34345a14 (diff) | |
download | glibc-83b09837ed5c106840d0f069a81eed41a646bff3.tar.gz glibc-83b09837ed5c106840d0f069a81eed41a646bff3.tar.xz glibc-83b09837ed5c106840d0f069a81eed41a646bff3.zip |
nptl: Remove internal_function attribute
Diffstat (limited to 'nptl/libc_pthread_init.c')
-rw-r--r-- | nptl/libc_pthread_init.c | 1 |
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) { |