diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 01:28:27 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 01:28:27 +0100 |
commit | 3202db52ac6241f66ef01220bbcdfc86232196d9 (patch) | |
tree | 46e34dc93a401eb157b4fa16811d69333f4f3a73 /sysdeps | |
parent | 89e186060d01dcd90225fed7be902d50b2acd6c6 (diff) |
Mark __libc_pthread_init as internal function, as in nptl
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/pthread/pthread-functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index 0fc8968..f9e367c 100644 --- a/sysdeps/pthread/pthread-functions.h +++ b/sysdeps/pthread/pthread-functions.h @@ -133,7 +133,7 @@ struct pthread_functions extern struct pthread_functions __libc_pthread_functions attribute_hidden; extern int __libc_pthread_functions_init attribute_hidden; -void __libc_pthread_init (const struct pthread_functions *functions); +void __libc_pthread_init (const struct pthread_functions *functions) internal_function; # define PTHFCT_CALL(fct, params) \ __libc_pthread_functions.fct params |