about summary refs log tree commit diff
path: root/sysdeps/pthread/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-16 23:53:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-16 23:53:45 +0100
commit0cbc855acb176f654acb58a67abf46db473ffc63 (patch)
treec2ea3d0f7a49554c21b3d9a55c580309050cc650 /sysdeps/pthread/Makefile
parenta25077a431758b30aa60103945fe70811e8207ef (diff)
downloadglibc-0cbc855acb176f654acb58a67abf46db473ffc63.tar.gz
glibc-0cbc855acb176f654acb58a67abf46db473ffc63.tar.xz
glibc-0cbc855acb176f654acb58a67abf46db473ffc63.zip
pthread: Fix building tst-robust8 with nptl
NPTL's pthreadP.h needs internal definitions
Diffstat (limited to 'sysdeps/pthread/Makefile')
-rw-r--r--sysdeps/pthread/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index b6491d6309..2f8aff35b2 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -56,13 +56,15 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex6 tst-mutex10 \
 	 tst-once1 tst-once2 tst-once3 tst-once4 \
 	 tst-robust1 tst-robust2 tst-robust3 tst-robust4 tst-robust5 \
-	 tst-robust6 tst-robust7 tst-robust8 tst-robust9 tst-robust10 \
+	 tst-robust6 tst-robust7 tst-robust9 tst-robust10 \
 	 tst-rwlock1 tst-rwlock4 tst-rwlock5 tst-rwlock13 tst-rwlock16 \
 	 tst-rwlock-tryrdlock-stall tst-rwlock-trywrlock-stall \
 	 tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem6 tst-sem7 \
 	 tst-sem8 tst-sem9 tst-sem10 tst-sem14 tst-sem15 tst-sem16 \
 	 tst-spin1 tst-spin2 tst-spin3 tst-spin4
 
+tests-internal += tst-robust8
+
 tests += tst-oncex3 tst-oncex4
 
 modules-names += tst-join7mod