aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-join12.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 /nptl/tst-join12.c
parent1905cf47bcfb53d9f7e640db83e43bbe32f9fa4a (diff)
downloadglibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar
glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.gz
glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.bz2
glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.zip
pthread: Move some join tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/tst-join12.c')
-rw-r--r--nptl/tst-join12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-join12.c b/nptl/tst-join12.c
index 10e45bf40c..57d713c82d 100644
--- a/nptl/tst-join12.c
+++ b/nptl/tst-join12.c
@@ -17,4 +17,4 @@
<http://www.gnu.org/licenses/>. */
#define USE_PTHREAD_CLOCKJOIN_NP_MONOTONIC 1
-#include <nptl/tst-join5.c>
+#include <sysdeps/pthread/tst-join5.c>