summaryrefslogtreecommitdiff
path: root/libc_pthread_init.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-20 01:28:27 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-20 01:28:27 +0100
commit3202db52ac6241f66ef01220bbcdfc86232196d9 (patch)
tree46e34dc93a401eb157b4fa16811d69333f4f3a73 /libc_pthread_init.c
parent89e186060d01dcd90225fed7be902d50b2acd6c6 (diff)
Mark __libc_pthread_init as internal function, as in nptl
Diffstat (limited to 'libc_pthread_init.c')
-rw-r--r--libc_pthread_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c
index bc808cb..f7997da 100644
--- a/libc_pthread_init.c
+++ b/libc_pthread_init.c
@@ -21,6 +21,7 @@
#include <pthread-functions.h>
void
+internal_function
__libc_pthread_init (functions)
const struct pthread_functions *functions;
{