aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-02-19 17:07:45 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-02-19 17:07:45 +0100
commit59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e (patch)
tree63b915b9258bf371bae30d56f54c5a1eed4b3e61 /ChangeLog
parentca135f824b1dbaf43e4a673de7725db76a51b714 (diff)
downloadglibc-59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e.tar
glibc-59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e.tar.gz
glibc-59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e.tar.bz2
glibc-59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e.zip
malloc: Remove NO_THREADS
No functional change. It was not possible to build without threading support before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6658cb5692..bad618941c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-02-19 Florian Weimer <fweimer@redhat.com>
+ * sysdeps/generic/malloc-machine.h: Assume mutex_init is always
+ available. Do not define NO_THREADS.
+ * malloc/malloc.c: Do not check NO_THREADS.
+ * malloc/arena.c: Likewise.
+
+2016-02-19 Florian Weimer <fweimer@redhat.com>
+
* malloc/malloc.c (__libc_mallinfo): Update comment.
(struct malloc_par): Remove max_total_mem member, it was always 0.
(int_mallinfo): Store 0 into usmblks (no functional change).