diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 19:17:51 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 19:24:44 +0000 |
commit | d8f1f2d9ab2144b589fdac3e381cd86e71871e43 (patch) | |
tree | 586832da5c77a4635006cfecb4515e23956ddaa6 /nptl/tst-cond8-static.c | |
parent | faae4b2bdd692d929037c80c3315f716f02f3b00 (diff) | |
download | glibc-d8f1f2d9ab2144b589fdac3e381cd86e71871e43.zip glibc-d8f1f2d9ab2144b589fdac3e381cd86e71871e43.tar.gz glibc-d8f1f2d9ab2144b589fdac3e381cd86e71871e43.tar.bz2 |
pthread: Move most cond tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/tst-cond8-static.c')
-rw-r--r-- | nptl/tst-cond8-static.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/tst-cond8-static.c b/nptl/tst-cond8-static.c deleted file mode 100644 index fed35db..0000000 --- a/nptl/tst-cond8-static.c +++ /dev/null @@ -1 +0,0 @@ -#include "tst-cond8.c" |