about summary refs log tree commit diff
path: root/include/libc-internal.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-31 19:13:04 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-31 19:13:04 +0000
commit66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f (patch)
tree5956e4edd32bea5f2cc2b721b7137765fab17d89 /include/libc-internal.h
parent72f70279f4fa34d123ec234c7295059ce15fb8ac (diff)
downloadglibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.gz
glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.tar.xz
glibc-66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f.zip
Update.
	* include/libc-internal.h: Add prototype for __libc_freeres.

	* malloc/mtrace.c: Likewise.
	* malloc/set-freeres.c: Likewise.
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r--include/libc-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 0734191861..b7f630a807 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -21,5 +21,7 @@ extern void __cyg_profile_func_exit (void *this_fn, void *call_site);
 /* Get frequency of the system processor.  */
 extern unsigned long long int __get_clockfreq (void);
 
+/* Free all allocated resources.  */
+extern void __libc_freeres (void);
 
 #endif /* _LIBC_INTERNAL  */