diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:07:45 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:07:45 +0100 |
commit | 59eda029a8a35e5f4e5cd7be0f84c6629e48ec6e (patch) | |
tree | 63b915b9258bf371bae30d56f54c5a1eed4b3e61 /ChangeLog | |
parent | ca135f824b1dbaf43e4a673de7725db76a51b714 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |