summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
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
commit4fadeffd0a6d03c31a88363d47fcb978073894d2 (patch)
tree3b64d7a18affcbf99555b56a6459a771a8716723 /libpthread/nptl/sysdeps/unix/sysv/linux
parent81dca7a3377e5b100f81fc6eda6a114cc80274ff (diff)
downloaduClibc-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/sysdeps/unix/sysv/linux')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c
index 9707e4663..a73f6c421 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/register-atfork.c
@@ -109,6 +109,7 @@ __register_atfork (prepare, parent, child, dso_handle)
libc_hidden_def (__register_atfork)
+#ifndef __UCLIBC__
libc_freeres_fn (free_mem)
{
/* Get the lock to not conflict with running forks. */
@@ -133,3 +134,4 @@ libc_freeres_fn (free_mem)
free (oldp);
}
}
+#endif