diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-20 13:43:35 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-20 13:43:35 -0800 |
commit | 2f531bbb7b0458a303e8969f1e830467ca684443 (patch) | |
tree | 28b2c5b70b7b886e4b910edd3cfe6b1d19fdba34 /ChangeLog | |
parent | f214ff74f46275f6f1187730ac88b8a2407393f3 (diff) | |
download | glibc-2f531bbb7b0458a303e8969f1e830467ca684443.tar glibc-2f531bbb7b0458a303e8969f1e830467ca684443.tar.gz glibc-2f531bbb7b0458a303e8969f1e830467ca684443.tar.bz2 glibc-2f531bbb7b0458a303e8969f1e830467ca684443.zip |
NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-11-20 Roland McGrath <roland@hack.frob.com> + * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for + PTHREAD_CANCEL_ASYNCHRONOUS. + * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to + send SIGCANCEL. + * nptl/default-sched.h: New file. * sysdeps/unix/sysv/linux/default-sched.h: New file. * nptl/pthread_create.c: Include it. |