Add missing private namespace mangling.

This commit is contained in:
Jason Evans
2012-04-20 13:42:21 -07:00
parent 7d20fbc44a
commit 918d6e20b7
2 changed files with 47 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ found in the git revision history:
- Add missing "opt.lg_tcache_max" mallctl implementation.
- Use glibc allocator hooks to make mixed allocator usage less likely.
- Fix build issues for --disable-tcache.
- Don't mangle pthread_create() when --with-private-namespace is specified.
* 2.2.5 (November 14, 2011)