diff options
author | Jason Evans <je@fb.com> | 2012-03-02 23:59:45 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-03-02 23:59:45 (GMT) |
commit | 84f7cdb0c588322dfd50a26497fc1cb54b792018 (patch) | |
tree | db43a570a7319ddc3ccea9eb24ab163a38e32e54 /src/prof.c | |
parent | 62320b85517c472beb12bf0ba69660393712f51a (diff) | |
download | jemalloc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |