summaryrefslogtreecommitdiff
path: root/include
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
parent72f70279f4fa34d123ec234c7295059ce15fb8ac (diff)
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
Diffstat (limited to 'include')
-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 */