From 66539a737d6e1fe3aa6ce27f9a2548f9e7f47e3f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 31 Dec 2000 19:13:04 +0000 Subject: Update. * include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise. --- include/libc-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3