diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-05-19 15:04:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-05-19 15:04:41 -0700 |
commit | 88ed594f5d431d855256edbe7e886c8cf4b575dc (patch) | |
tree | 32b8ea30f6e6aa95290817dc911978738371c5a2 /nptl/Makefile | |
parent | 654055e09332a0be9a2f0439dbc052e6a82f448a (diff) | |
download | glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.tar.gz glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.tar.xz glibc-88ed594f5d431d855256edbe7e886c8cf4b575dc.zip |
BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index d784c8d3d2..fe1ba05717 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -228,6 +228,7 @@ tests = tst-typesizes \ 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-sem14 \ + tst-sem15 \ tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \ tst-align tst-align3 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ |