diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-08-06 23:38:27 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-08-06 23:38:35 +0000 |
commit | ac54c335e9f7d32656c1b58b2da53ae5a5595368 (patch) | |
tree | 74151473e07d7eba98ea0b399a01dddcb5307263 /nptl/tst-cancelx4.c | |
parent | b71bc845dd81e7d29958661a086fd6c643a7d268 (diff) | |
download | glibc-ac54c335e9f7d32656c1b58b2da53ae5a5595368.tar glibc-ac54c335e9f7d32656c1b58b2da53ae5a5595368.tar.gz glibc-ac54c335e9f7d32656c1b58b2da53ae5a5595368.tar.bz2 glibc-ac54c335e9f7d32656c1b58b2da53ae5a5595368.zip |
htl: Enable tst-cancelx?[45]
* nptl/{tst-cancel4-common.c, tst-cancel4-common.h, tst-cancel4.c,
tst-cancel5.c, tst-cancelx4.c, tst-cancelx5.c}: Move to sysdeps/pthread/
* nptl/Makefile: Move corresponding rules to...
* sysdeps/pthread/Makefile: ... here.
Diffstat (limited to 'nptl/tst-cancelx4.c')
-rw-r--r-- | nptl/tst-cancelx4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-cancelx4.c b/nptl/tst-cancelx4.c deleted file mode 100644 index 1c879eba8b..0000000000 --- a/nptl/tst-cancelx4.c +++ /dev/null @@ -1 +0,0 @@ -#include "tst-cancel4.c" |