]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 e5a2f8a3040715de8c644707db27b05e8919e776..93903072610b587aa9db9c737e686c4f16b98341 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 82eea8b6ccd22afdbc09d5ff0ef6859c3c36c63e..e5fd5337ab4400b2ec196df4b3b6b7f14b532560 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 **);