aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 **);