aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
-rw-r--r--nptl/Makefile2
-rw-r--r--nptl/tst-cond13.c2
3 files changed, 5 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index e0c329d222..80497111f7 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,8 @@
2003-11-21 Ulrich Drepper <drepper@redhat.com>
- * Makefile: Add rules to build and run tst-cond12.
+ * Makefile: Add rules to build and run tst-cond12 and tst-cond13.
* tst-cond12.c: New file.
+ * tst-cond13.c: New file.
2003-11-17 Ulrich Drepper <drepper@redhat.com>
diff --git a/nptl/Makefile b/nptl/Makefile
index ce1b5fe0e3..913d8b114f 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -193,7 +193,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \
tst-mutex7 tst-mutex8 tst-mutex9 \
tst-spin1 tst-spin2 tst-spin3 \
tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
- tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 \
+ tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \
tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 \
tst-rwlock11 tst-rwlock12 \
diff --git a/nptl/tst-cond13.c b/nptl/tst-cond13.c
new file mode 100644
index 0000000000..29d79b533e
--- /dev/null
+++ b/nptl/tst-cond13.c
@@ -0,0 +1,2 @@
+#define USE_COND_SIGNAL 1
+#include "tst-cond12.c"