diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-20 13:58:03 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-20 13:58:03 -0800 |
commit | 7f0dfae0f26b3f72313ef255b86962a114ec7eed (patch) | |
tree | a6d562c9b8e6ceef0dc5a03b32727fbea9b3ad78 /ChangeLog | |
parent | 2f531bbb7b0458a303e8969f1e830467ca684443 (diff) | |
download | glibc-7f0dfae0f26b3f72313ef255b86962a114ec7eed.zip glibc-7f0dfae0f26b3f72313ef255b86962a114ec7eed.tar.gz glibc-7f0dfae0f26b3f72313ef255b86962a114ec7eed.tar.bz2 |
NPTL: Use __libc_fatal in unwind.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-11-20 Roland McGrath <roland@hack.frob.com> + * nptl/unwind.c (unwind_cleanup): Use __libc_fatal. + * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for PTHREAD_CANCEL_ASYNCHRONOUS. * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to |