Remove const from __*_hook variable declarations.

Remove const from __*_hook variable declarations, so that glibc can
modify them during process forking.
This commit is contained in:
Jason Evans
2012-05-23 16:09:22 -07:00
parent f1966e1dc7
commit 5c710cee78
2 changed files with 6 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ found in the git revision history:
Bug fixes:
- Fix heap profiling crash if sampled object is freed via realloc(p, 0).
- Remove const from __*_hook variable declarations, so that glibc can modify
them during process forking.
* 3.0.0 (May 11, 2012)