diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:00:38 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:00:38 +0000 |
commit | 4fadeffd0a6d03c31a88363d47fcb978073894d2 (patch) | |
tree | 3b64d7a18affcbf99555b56a6459a771a8716723 /libpthread/nptl/compat/libc-internal.h | |
parent | 81dca7a3377e5b100f81fc6eda6a114cc80274ff (diff) | |
download | uClibc-alpine-4fadeffd0a6d03c31a88363d47fcb978073894d2.tar.bz2 uClibc-alpine-4fadeffd0a6d03c31a88363d47fcb978073894d2.tar.xz |
Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' code having to do with internal library memory usage and GDB. uClibc homey don't play that.
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 **); |