1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-14 20:01:03 +03:00
* include/libc-internal.h: Add prototype for __libc_freeres.

	* malloc/mtrace.c: Likewise.
	* malloc/set-freeres.c: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-31 19:13:04 +00:00
parent 72f70279f4
commit 66539a737d
16 changed files with 34 additions and 19 deletions

View File

@ -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 */