about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-31 19:49:31 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-31 19:49:31 +0000
commit033d54a2d43a92cdb1794a4dfece4d465cf36f6b (patch)
tree398c6f127057702fb0f9254ee1c76e2cb224fdcf /nptl/Makefile
parentd22e28b070d3d1572d39a463d711c6f223078552 (diff)
downloadglibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.tar.gz
glibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.tar.xz
glibc-033d54a2d43a92cdb1794a4dfece4d465cf36f6b.zip
Fix sem_post race (bug 14532).
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 8cd168d451..614f0ceea9 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -217,7 +217,7 @@ tests = tst-typesizes \
 	tst-once1 tst-once2 tst-once3 tst-once4 \
 	tst-key1 tst-key2 tst-key3 tst-key4 \
 	tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \
-	tst-sem8 tst-sem9 tst-sem10 tst-sem11 tst-sem12 tst-sem13 \
+	tst-sem8 tst-sem9 tst-sem10 tst-sem11 tst-sem12 tst-sem13 tst-sem14 \
 	tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \
 	tst-align tst-align2 tst-align3 \
 	tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \