mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user