mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-14 20:01:03 +03:00
Update.
* include/libc-internal.h: Add prototype for __libc_freeres. * malloc/mtrace.c: Likewise. * malloc/set-freeres.c: Likewise.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user