aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-22 09:58:48 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-05-09 11:22:00 +0200
commita5c2f42566460fc73755c768e8e1c59dbd5a4bb2 (patch)
tree47d87f187e148756aa5dcc063739da60c9c8c85b /ChangeLog
parentf69ae17e843b00d3495b736f4381c1fa64dc02bc (diff)
downloadglibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.zip
glibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.tar.gz
glibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.tar.bz2
Fix malloc threaded tests link on non-Linux
* malloc/Makefile ($(objpfx)tst-malloc-backtrace, $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use $(shared-thread-library) instead of hardcoding the path to libpthread. (cherry picked from commit b87e41378beca3c98ec3464d64835e66cc788497)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06bb23f..adf920a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * malloc/Makefile ($(objpfx)tst-malloc-backtrace,
+ $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use
+ $(shared-thread-library) instead of hardcoding the path to libpthread.
+
2016-02-19 Florian Weimer <fweimer@redhat.com>
* sysdeps/generic/malloc-machine.h: Assume mutex_init is always