mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Overhaul process spawning
This commit is contained in:
parent
99dc1281f5
commit
26e254fb4d
96 changed files with 1848 additions and 1541 deletions
|
@ -48,11 +48,6 @@
|
|||
#define N 1024
|
||||
#define M 20
|
||||
|
||||
void SetUp(void) {
|
||||
// TODO(jart): what is wrong?
|
||||
if (IsWindows()) exit(0);
|
||||
}
|
||||
|
||||
TEST(malloc, zero) {
|
||||
char *p;
|
||||
ASSERT_NE(NULL, (p = malloc(0)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue