mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-30 19:17:36 +00:00
Freshen bootstrap binaries
This commit is contained in:
parent
e260d90096
commit
b73673e984
4 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -114,7 +114,8 @@ textwindows int sys_execve_nt(const char *program, char *const argv[],
|
|||
unassert(!(handle & 0xFFFFFFFFFF000000));
|
||||
TerminateThisProcess(0x23000000u | handle);
|
||||
} else {
|
||||
kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
|
||||
// TODO(jart): Why does `make loc` print this?
|
||||
// kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
|
||||
TerminateThisProcess(ECHILD);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue