diff options
Diffstat (limited to 'libpthread/nptl/compat/libc-internal.h')
-rw-r--r-- | libpthread/nptl/compat/libc-internal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libpthread/nptl/compat/libc-internal.h b/libpthread/nptl/compat/libc-internal.h index 455e9b34b..0e29d83a9 100644 --- a/libpthread/nptl/compat/libc-internal.h +++ b/libpthread/nptl/compat/libc-internal.h @@ -27,13 +27,6 @@ extern void __cyg_profile_func_exit (void *this_fn, void *call_site); /* Get frequency of the system processor. */ extern hp_timing_t __get_clockfreq (void); -/* Free all allocated resources. */ -extern void __libc_freeres (void); -libc_hidden_proto (__libc_freeres) - -/* Free resources stored in thread-local variables on thread exit. */ -extern void __libc_thread_freeres (void); - /* Define and initialize `__progname' et. al. */ extern void __init_misc (int, char **, char **); |