Do not enable asynchronous cancellation in system. Fixes bug 14782.
authorOndřej Bílka <neleai@seznam.cz>
Tue, 14 Jan 2014 15:07:50 +0000 (16:07 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Wed, 15 Jan 2014 17:39:21 +0000 (18:39 +0100)
commitc4dd57c300aa05ab2f957d571c321237a58d0368
treea05a45163a8d82986081e3abf07e2044c729f286
parent7beb48cbb77ef32135a07b429838521a0c181377
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.
NEWS
sysdeps/posix/system.c