mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Rename rand64() to _rand64()
This commit is contained in:
parent
c424352a0a
commit
7ae556463a
52 changed files with 141 additions and 139 deletions
|
@ -77,7 +77,7 @@ static uint64_t g_mkostemps_reseed;
|
|||
dontdiscard int mkostempsm(char *template, int suffixlen, unsigned flags,
|
||||
int mode) {
|
||||
int fd;
|
||||
if (g_mkostemps_reseed++ % RESEED == 0) g_mkostemps_rand = rand64();
|
||||
if (g_mkostemps_reseed++ % RESEED == 0) g_mkostemps_rand = _rand64();
|
||||
fd = mkostempsmi(template, suffixlen, flags, &g_mkostemps_rand, mode, open);
|
||||
STRACE("mkostempsm([%#s], %'d, %#x, %#o) → %d% m", template, suffixlen, flags,
|
||||
mode, fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue