about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-join6.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 01:21:46 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-10 01:21:46 +0000
commitc0463e8b79ca650b60badc5b9c0d574b91aa8d01 (patch)
treed2aa3554be681b2b8c51367e295fdf8f2ed1fbeb /sysdeps/pthread/tst-join6.c
parent1905cf47bcfb53d9f7e640db83e43bbe32f9fa4a (diff)
downloadglibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.gz
glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.xz
glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.zip
pthread: Move some join tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'sysdeps/pthread/tst-join6.c')
-rw-r--r--sysdeps/pthread/tst-join6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/pthread/tst-join6.c b/sysdeps/pthread/tst-join6.c
new file mode 100644
index 0000000000..0c9e7c056b
--- /dev/null
+++ b/sysdeps/pthread/tst-join6.c
@@ -0,0 +1,2 @@
+#define WAIT_IN_CHILD 1
+#include "tst-join5.c"