Remove more nonstandard stuff from cosmopolitan.h

Fixes #61
This commit is contained in:
Justine Tunney 2021-02-28 23:42:35 -08:00
parent 5e069a64d4
commit d932948fb4
954 changed files with 1095 additions and 1342 deletions

View file

@ -54,6 +54,6 @@ void testlib_runallbenchmarks(void) {
peekall();
mlockall(MCL_CURRENT);
nice(-1);
g_loglevel = kLogWarn;
__log_level = kLogWarn;
testlib_runtestcases(__bench_start, __bench_end, testlib_benchwarmup);
}