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-08-20 22:12:10 +0200 |
commit | 3ddb7bfae16a8f6e3117b49d731c1e592da35926 (patch) | |
tree | d75326a19dfbddad3689c86a31b150567f2c1d43 /libc_pthread_init.c | |
parent | 76ae117cd745eb783d2f680e136c19628fa1187e (diff) |
Mark __libc_pthread_init as internal function, as in nptl
Diffstat (limited to 'libc_pthread_init.c')
-rw-r--r-- | libc_pthread_init.c | 1 |
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; { |