summaryrefslogtreecommitdiffstats
path: root/src/prof.c
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-03-02 23:59:45 (GMT)
committerJason Evans <je@fb.com>2012-03-02 23:59:45 (GMT)
commit84f7cdb0c588322dfd50a26497fc1cb54b792018 (patch)
treedb43a570a7319ddc3ccea9eb24ab163a38e32e54 /src/prof.c
parent62320b85517c472beb12bf0ba69660393712f51a (diff)
downloadjemalloc-84f7cdb0c588322dfd50a26497fc1cb54b792018.zip
jemalloc-84f7cdb0c588322dfd50a26497fc1cb54b792018.tar.gz
jemalloc-84f7cdb0c588322dfd50a26497fc1cb54b792018.tar.bz2
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 'src/prof.c')
-rw-r--r--src/prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prof.c b/src/prof.c
index 21b60e3..c4a2d64 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -1170,7 +1170,7 @@ prof_tdata_init(void)
return (NULL);
}
- prof_tdata->prn_state = 0;
+ prof_tdata->prng_state = 0;
prof_tdata->threshold = 0;
prof_tdata->accum = 0;