about summary refs log tree commit diff
path: root/include/libc-internal.h
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 /include/libc-internal.h
parent7a0c303ef9fa96ba94df4a63be15f308000c899b (diff)
downloadglibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.tar.gz
glibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.tar.xz
glibc-d2d442a51b2ad932b6a347151bb95b17b289a83b.zip
* include/libc-internal.h: Declare __libc_thread_freeres.
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r--include/libc-internal.h3
1 files changed, 3 insertions, 0 deletions
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 **);