nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 31 May 2022 20:13:35 +0000 (17:13 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 8 Jun 2022 12:23:02 +0000 (09:23 -0300)
commitc7d36dcecc08a29825175f65c4ee873ff3177a23
treed59c11ae89ad4d87b65cc9f742c25cc87c2cd9c5
parentc28db9cb29a7d6cf3ce08fd8445e6b7dea03f35b
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)

This was due a wrong revert done on 404656009b459658.

Checked on x86_64-linux-gnu.
nptl/libc-cleanup.c
sysdeps/pthread/Makefile
sysdeps/pthread/tst-cancel30.c [new file with mode: 0644]