* include/libc-internal.h: Declare __libc_thread_freeres.
authorRoland McGrath <roland@gnu.org>
Sat, 22 Feb 2003 22:46:40 +0000 (22:46 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 22 Feb 2003 22:46:40 +0000 (22:46 +0000)
ChangeLog
include/libc-internal.h

index e5a2f8a..9390307 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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 (install-lib-nosubdir): Depend on installed
index 82eea8b..e5fd533 100644 (file)
@@ -28,6 +28,9 @@ extern hp_timing_t __get_clockfreq (void);
 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);
+
 /* Define and initialize `__progname' et. al.  */
 extern void __init_misc (int, char **, char **);