Skip to content

Commit b73673e

Browse files
committed
Freshen bootstrap binaries
1 parent e260d90 commit b73673e

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

build/bootstrap/ape.aarch64

400 Bytes
Binary file not shown.

build/bootstrap/cocmd

171 KB
Binary file not shown.

build/bootstrap/make

-944 KB
Binary file not shown.

libc/proc/execve-nt.greg.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ textwindows int sys_execve_nt(const char *program, char *const argv[],
114114
unassert(!(handle & 0xFFFFFFFFFF000000));
115115
TerminateThisProcess(0x23000000u | handle);
116116
} else {
117-
kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
117+
// TODO(jart): Why does `make loc` print this?
118+
// kprintf("DuplicateHandle failed w/ %d\n", GetLastError());
118119
TerminateThisProcess(ECHILD);
119120
}
120121
}

0 commit comments

Comments
 (0)