diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 01:21:46 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 01:21:46 +0000 |
commit | c0463e8b79ca650b60badc5b9c0d574b91aa8d01 (patch) | |
tree | d2aa3554be681b2b8c51367e295fdf8f2ed1fbeb /nptl/tst-join10.c | |
parent | 1905cf47bcfb53d9f7e640db83e43bbe32f9fa4a (diff) | |
download | glibc-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 'nptl/tst-join10.c')
-rw-r--r-- | nptl/tst-join10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-join10.c b/nptl/tst-join10.c index 2d1d14f45d..6e94c00f75 100644 --- a/nptl/tst-join10.c +++ b/nptl/tst-join10.c @@ -17,4 +17,4 @@ <http://www.gnu.org/licenses/>. */ #define USE_PTHREAD_CLOCKJOIN_NP_REALTIME 1 -#include <nptl/tst-join5.c> +#include <sysdeps/pthread/tst-join5.c> |