mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18: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
|
@ -95,7 +95,7 @@ int Worker(void *p, int tid) {
|
|||
int i, rc, fd;
|
||||
for (i = 0; i < 64; ++i) {
|
||||
ASSERT_NE(-1, (fd = open("/zip/libc/testlib/hyperion.txt", O_RDONLY)));
|
||||
usleep(rand64() % 100);
|
||||
usleep(_rand64() % 100);
|
||||
for (;;) {
|
||||
rc = read(fd, buf, 64);
|
||||
if (rc != -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue