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/sysdeps/generic/libc-tls.c | |
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/sysdeps/generic/libc-tls.c')
-rw-r--r-- | libpthread/nptl/sysdeps/generic/libc-tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/generic/libc-tls.c b/libpthread/nptl/sysdeps/generic/libc-tls.c index cb451b252..5a71e3a60 100644 --- a/libpthread/nptl/sysdeps/generic/libc-tls.c +++ b/libpthread/nptl/sysdeps/generic/libc-tls.c @@ -200,7 +200,7 @@ __libc_setup_tls (size_t tcbsize, size_t tcbalign) # error "Either TLS_TCB_AT_TP or TLS_DTV_AT_TP must be defined" # endif if (__builtin_expect (lossage != NULL, 0)) - __libc_fatal (lossage); + abort(); /* We have to create a fake link map which normally would be created by the dynamic linker. It just has to have enough information to |