about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-31 14:00:33 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-31 14:00:33 -0700
commitf61a113fe0f703c19af20f54d65acfbb203b726a (patch)
tree7b8bdcbe06ce14af164f1dda44dfa14a1764d596 /ChangeLog
parent9fe7e787adc4f41201c441014fbad318eaae6f80 (diff)
downloadglibc-f61a113fe0f703c19af20f54d65acfbb203b726a.tar.gz
glibc-f61a113fe0f703c19af20f54d65acfbb203b726a.tar.xz
glibc-f61a113fe0f703c19af20f54d65acfbb203b726a.zip
Add __safe_fatal and use it in __pthread_unwind forwarder fallback.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e359c139d9..d1f39867c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-07-31  Roland McGrath  <roland@hack.frob.com>
 
+	* 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.