diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-16 23:53:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-16 23:53:45 +0100 |
commit | 0cbc855acb176f654acb58a67abf46db473ffc63 (patch) | |
tree | c2ea3d0f7a49554c21b3d9a55c580309050cc650 /nptl | |
parent | a25077a431758b30aa60103945fe70811e8207ef (diff) | |
download | glibc-0cbc855acb176f654acb58a67abf46db473ffc63.tar glibc-0cbc855acb176f654acb58a67abf46db473ffc63.tar.gz glibc-0cbc855acb176f654acb58a67abf46db473ffc63.tar.bz2 glibc-0cbc855acb176f654acb58a67abf46db473ffc63.zip |
pthread: Fix building tst-robust8 with nptl
NPTL's pthreadP.h needs internal definitions
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index b25d34bd71..9c90af78f1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -241,7 +241,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-mutexpi9 \ tst-cond11 tst-cond20 tst-cond21 tst-cond22 tst-cond26 tst-cond27 \ tst-robustpi1 tst-robustpi2 tst-robustpi3 tst-robustpi4 tst-robustpi5 \ - tst-robustpi6 tst-robustpi7 tst-robustpi8 tst-robustpi9 \ + tst-robustpi6 tst-robustpi7 tst-robustpi9 \ tst-rwlock2 tst-rwlock2a tst-rwlock2b tst-rwlock3 \ tst-rwlock6 tst-rwlock7 tst-rwlock8 \ tst-rwlock9 tst-rwlock10 tst-rwlock11 tst-rwlock12 \ @@ -304,7 +304,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tests-container = tst-pthread-getattr -tests-internal := tst-rwlock19 tst-rwlock20 \ +tests-internal := tst-robustpi8 tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \ tst-mutexpi8 tst-mutexpi8-static tst-cancel25 |