diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-01-18 06:58:36 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-18 06:58:36 -0800 |
commit | 2145f8b51df7b1bf670c48be7cb19eadb65b4247 (patch) | |
tree | f479a37ea3a841c6b200f7621fe0ed2b8321b1c0 /sysvipc/ftok.c | |
parent | 6e077ee5c35432fec1780d3c7aa0034302b63949 (diff) | |
download | glibc-2145f8b51df7b1bf670c48be7cb19eadb65b4247.tar.gz glibc-2145f8b51df7b1bf670c48be7cb19eadb65b4247.tar.xz glibc-2145f8b51df7b1bf670c48be7cb19eadb65b4247.zip |
Don't check asynchronous cancellation on system
Since asynchronous cancellation was removed from system by commit c4dd57c300aa05ab2f957d571c321237a58d0368 Author: Ondřej Bílka <neleai@seznam.cz> Date: Tue Jan 14 16:07:50 2014 +0100 Do not enable asynchronous cancellation in system. Fixes bug 14782. We needlessly enabled thread cancellation before it was necessary. As only call that needs to be guarded is waitpid which is cancellation point we could remove cancellation altogether. we shouldn't check asynchronous cancellation on system. [BZ #14782] * tst-cancel-wrappers.sh: Remove system.
Diffstat (limited to 'sysvipc/ftok.c')
0 files changed, 0 insertions, 0 deletions