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-join6.c | |
parent | 1905cf47bcfb53d9f7e640db83e43bbe32f9fa4a (diff) | |
download | glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.zip glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.gz glibc-c0463e8b79ca650b60badc5b9c0d574b91aa8d01.tar.bz2 |
pthread: Move some join tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/tst-join6.c')
-rw-r--r-- | nptl/tst-join6.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/tst-join6.c b/nptl/tst-join6.c deleted file mode 100644 index 0c9e7c0..0000000 --- a/nptl/tst-join6.c +++ /dev/null @@ -1,2 +0,0 @@ -#define WAIT_IN_CHILD 1 -#include "tst-join5.c" |