aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-22 22:46:40 +0000
committerRoland McGrath <roland@gnu.org>2003-02-22 22:46:40 +0000
commitd2d442a51b2ad932b6a347151bb95b17b289a83b (patch)
tree44caae748c492e5f11d0f7f668ca6b877db5f549
parent7a0c303ef9fa96ba94df4a63be15f308000c899b (diff)
downloadglibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.tar
glibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.tar.gz
glibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.tar.bz2
glibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.zip
* include/libc-internal.h: Declare __libc_thread_freeres.
-rw-r--r--ChangeLog2
-rw-r--r--include/libc-internal.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5a2f8a304..9390307261 100644
--- 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
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 82eea8b6cc..e5fd5337ab 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -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 **);