diff options
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r-- | include/libc-internal.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index 5b18c7c..749dfb9 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -38,7 +38,11 @@ extern void __libc_freeres (void); libc_hidden_proto (__libc_freeres) /* Free resources stored in thread-local variables on thread exit. */ -extern void __libc_thread_freeres (void); +extern void __libc_thread_freeres (void) +#if PTHREAD_IN_LIBC + attribute_hidden +#endif + ; /* Define and initialize `__progname' et. al. */ extern void __init_misc (int, char **, char **) attribute_hidden; |