diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 21:10:23 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 21:10:23 -0400 |
commit | 7d17596c198f11fa85cbcf9587443f262e63b616 (patch) | |
tree | 4f533c78403e206e013af43e5c6ff77be7ee1c7f /NEWS | |
parent | a33c44639a8784589c8386ac0b56baf6d0beca32 (diff) | |
download | glibc-7d17596c198f11fa85cbcf9587443f262e63b616.tar.gz glibc-7d17596c198f11fa85cbcf9587443f262e63b616.tar.xz glibc-7d17596c198f11fa85cbcf9587443f262e63b616.zip |
Mark malloc hook variables as deprecated
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
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 |