diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-14 16:15:39 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-14 16:16:59 +0000 |
commit | 45fce058fe7c9a14800a10564a7bc1970f4c7c49 (patch) | |
tree | 73beb97bba4d931136d3d5d5d3c8f114846dd049 /nptl/tst-cancelx9.c | |
parent | 662de0889a040e3ebeefcfdde547edc8a11f87d7 (diff) | |
download | glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.tar glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.tar.gz glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.tar.bz2 glibc-45fce058fe7c9a14800a10564a7bc1970f4c7c49.zip |
htl: Enable more cancellation tests
* nptl/tst-cancel-self-cancelstate.c, tst-cancel-self.c, tst-cancel9.c,
tst-cancelx9.c: Move to...
* sysdeps/pthread: ... here.
* nptl/Makefile: Move corresponding references and rules to...
* sysdeps/pthread/Makefile: ... here.
Diffstat (limited to 'nptl/tst-cancelx9.c')
-rw-r--r-- | nptl/tst-cancelx9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-cancelx9.c b/nptl/tst-cancelx9.c deleted file mode 100644 index 9d84663d77..0000000000 --- a/nptl/tst-cancelx9.c +++ /dev/null @@ -1 +0,0 @@ -#include "tst-cancel9.c" |