diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-05-31 17:13:35 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-06-08 09:23:02 -0300 |
commit | c7d36dcecc08a29825175f65c4ee873ff3177a23 (patch) | |
tree | d59c11ae89ad4d87b65cc9f742c25cc87c2cd9c5 /sysdeps/pthread/Makefile | |
parent | c28db9cb29a7d6cf3ce08fd8445e6b7dea03f35b (diff) | |
download | glibc-c7d36dcecc08a29825175f65c4ee873ff3177a23.tar.gz glibc-c7d36dcecc08a29825175f65c4ee873ff3177a23.tar.xz glibc-c7d36dcecc08a29825175f65c4ee873ff3177a23.zip |
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.
Diffstat (limited to 'sysdeps/pthread/Makefile')
-rw-r--r-- | sysdeps/pthread/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index 8cebe7a784..7d1670da87 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -126,6 +126,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \ tst-pthread-raise-blocked-self \ tst-pthread_kill-exited \ tst-pthread_kill-exiting \ + tst-cancel30 \ # tests tests-time64 += \ |