From f61a113fe0f703c19af20f54d65acfbb203b726a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 31 Jul 2014 14:00:33 -0700 Subject: Add __safe_fatal and use it in __pthread_unwind forwarder fallback. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e359c139d9..d1f39867c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2014-07-31 Roland McGrath + * sysdeps/generic/safe-fatal.h: New file. + * sysdeps/unix/sysv/linux/safe-fatal.h: New file. + * nptl/forward.c: Include it. + (__pthread_unwind): Use __safe_fatal as default action, rather + than a bogus use of INTERNAL_SYSCALL that could never work. + * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0. * configure.ac (libc_cv_builtin_trap): New test. * configure: Regenerated. -- cgit v1.2.3