about summary refs log tree commit diff
path: root/sysdeps/pthread
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-02-14 09:27:05 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-03-07 10:02:54 -0300
commit35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4 (patch)
treef421b58649f76aa45e4748013418914d54db8eea /sysdeps/pthread
parentf42415c73669a11e5a9ea91434c980f306a75b6d (diff)
downloadglibc-35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4.tar.gz
glibc-35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4.tar.xz
glibc-35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4.zip
pthread: Do not overwrite tests-time64
So nptl/Makefile tests are not overwritten.
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r--sysdeps/pthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index c972bd819a..318dfdc04a 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -127,7 +127,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-pthread_kill-exiting \
 	 # tests
 
-tests-time64 := \
+tests-time64 += \
   tst-abstime-time64 \
   tst-cnd-timedwait-time64 \
   tst-cond11-time64 \