mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-21 19:35:40 +03:00
Rename prn to prng.
Rename prn to prng so that Windows doesn't choke when trying to create a file named prn.h.
This commit is contained in:
parent
62320b8551
commit
84f7cdb0c5
6 changed files with 16 additions and 16 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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue