about summary refs log tree commit diff
path: root/sysdeps/pthread/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-05-31 17:13:35 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-06-08 09:23:02 -0300
commitc7d36dcecc08a29825175f65c4ee873ff3177a23 (patch)
treed59c11ae89ad4d87b65cc9f742c25cc87c2cd9c5 /sysdeps/pthread/Makefile
parentc28db9cb29a7d6cf3ce08fd8445e6b7dea03f35b (diff)
downloadglibc-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/Makefile1
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 += \