1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* include/libc-internal.h: Declare __libc_thread_freeres.

This commit is contained in:
Roland McGrath
2003-02-22 22:46:40 +00:00
parent 7a0c303ef9
commit d2d442a51b
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2003-02-22 Roland McGrath <roland@redhat.com> 2003-02-22 Roland McGrath <roland@redhat.com>
* include/libc-internal.h: Declare __libc_thread_freeres.
* Makerules: Fix last change to use $($(subdir)-version) when set. * Makerules: Fix last change to use $($(subdir)-version) when set.
* Makerules (install-lib-nosubdir): Depend on installed * Makerules (install-lib-nosubdir): Depend on installed

View File

@ -28,6 +28,9 @@ extern hp_timing_t __get_clockfreq (void);
extern void __libc_freeres (void); extern void __libc_freeres (void);
libc_hidden_proto (__libc_freeres) libc_hidden_proto (__libc_freeres)
/* Free resources stored in thread-local variables on thread exit. */
extern void __libc_thread_freeres (void);
/* Define and initialize `__progname' et. al. */ /* Define and initialize `__progname' et. al. */
extern void __init_misc (int, char **, char **); extern void __init_misc (int, char **, char **);