aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/ckh.h
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-03-02 15:59:45 -0800
committerJason Evans <je@fb.com>2012-03-02 15:59:45 -0800
commit84f7cdb0c588322dfd50a26497fc1cb54b792018 (patch)
treedb43a570a7319ddc3ccea9eb24ab163a38e32e54 /include/jemalloc/internal/ckh.h
parent62320b85517c472beb12bf0ba69660393712f51a (diff)
downloadplatform_external_jemalloc_new-84f7cdb0c588322dfd50a26497fc1cb54b792018.tar.gz
platform_external_jemalloc_new-84f7cdb0c588322dfd50a26497fc1cb54b792018.tar.bz2
platform_external_jemalloc_new-84f7cdb0c588322dfd50a26497fc1cb54b792018.zip
Rename prn to prng.
Rename prn to prng so that Windows doesn't choke when trying to create a file named prn.h.
Diffstat (limited to 'include/jemalloc/internal/ckh.h')
-rw-r--r--include/jemalloc/internal/ckh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/ckh.h b/include/jemalloc/internal/ckh.h
index 65f30f56..05d1fc03 100644
--- a/include/jemalloc/internal/ckh.h
+++ b/include/jemalloc/internal/ckh.h
@@ -42,7 +42,7 @@ struct ckh_s {
/* Used for pseudo-random number generation. */
#define CKH_A 1103515241
#define CKH_C 12347
- uint32_t prn_state;
+ uint32_t prng_state;
/* Total number of items. */
size_t count;