summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-08-19 22:21:32 (GMT)
committerJason Evans <jasone@canonware.com>2015-08-19 22:21:32 (GMT)
commitd01fd19755bc0c2f5be3143349016dd0d7de7b36 (patch)
tree39b7471c99728c296f50b81e20c7aec9bacf2cbe /ChangeLog
parent5ef33a9f2b9f4fb56553529f7b31f4f5f57ce014 (diff)
downloadjemalloc-d01fd19755bc0c2f5be3143349016dd0d7de7b36.zip
jemalloc-d01fd19755bc0c2f5be3143349016dd0d7de7b36.tar.gz
jemalloc-d01fd19755bc0c2f5be3143349016dd0d7de7b36.tar.bz2
Rename index_t to szind_t to avoid an existing type on Solaris.
This resolves #256.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c98179c..284d6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ brevity. Much more detail can be found in the git revision history:
Bug fixes:
- Don't bitshift by negative amounts when encoding/decoding run sizes in chunk
header maps. This affected systems with page sizes greater than 8 KiB.
+ - Rename index_t to szind_t to avoid an existing type on Solaris.
* 4.0.0 (August 17, 2015)