aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-29 21:10:23 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-29 21:10:23 -0400
commit7d17596c198f11fa85cbcf9587443f262e63b616 (patch)
tree4f533c78403e206e013af43e5c6ff77be7ee1c7f /NEWS
parenta33c44639a8784589c8386ac0b56baf6d0beca32 (diff)
downloadglibc-7d17596c198f11fa85cbcf9587443f262e63b616.tar
glibc-7d17596c198f11fa85cbcf9587443f262e63b616.tar.gz
glibc-7d17596c198f11fa85cbcf9587443f262e63b616.tar.bz2
glibc-7d17596c198f11fa85cbcf9587443f262e63b616.zip
Mark malloc hook variables as deprecated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f95fcd2bea..a3e4464061 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,11 @@ Version 2.14
* New program sotruss to trace calls through PLTs
Implemented by Ulrich Drepper.
+
+* The malloc hook implementation is marked deprecated and will be removed
+ from the default implementation in the next version. The design never
+ worked ever since the introduction of threads. Even programs which do
+ not create threads themselves can use multiple threads created internally.
Version 2.13