From d8f1f2d9ab2144b589fdac3e381cd86e71871e43 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 19:17:51 +0000 Subject: pthread: Move most cond tests from nptl to sysdeps/pthread So they can be checked with htl too. --- sysdeps/pthread/tst-cond13.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sysdeps/pthread/tst-cond13.c (limited to 'sysdeps/pthread/tst-cond13.c') diff --git a/sysdeps/pthread/tst-cond13.c b/sysdeps/pthread/tst-cond13.c new file mode 100644 index 0000000000..29d79b533e --- /dev/null +++ b/sysdeps/pthread/tst-cond13.c @@ -0,0 +1,2 @@ +#define USE_COND_SIGNAL 1 +#include "tst-cond12.c" -- cgit 1.4.1