mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Make improvements
- Make rand64() thread safe - Introduce lemur64 lcg prng - Improve strace on New Technology - Improve msync() on New Technology
This commit is contained in:
parent
43ba3009b2
commit
29bf8b1a30
73 changed files with 888 additions and 269 deletions
|
@ -37,7 +37,7 @@ TEST(clone, test) {
|
|||
if (!IsLinux() && !IsNetbsd() && !IsWindows()) return;
|
||||
char *stack;
|
||||
long double t;
|
||||
int tid, ptid, ctid, tls, ws;
|
||||
int tid, ptid, ctid, tls;
|
||||
t = nowl();
|
||||
stack = gc(malloc(FRAMESIZE));
|
||||
EXPECT_NE(-1, (tid = clone(thread, stack + FRAMESIZE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue