relibc: remove temporary fork/exec/spawn milestone tracers

This commit is contained in:
2026-07-31 03:23:28 +09:00
parent 2fa1aac513
commit d1869bb348
+6
View File
@@ -2223,3 +2223,9 @@ unsafe { libredox::fstat(fd, &raw mut st) }?;
}
}
}
// DIAG(temporary, uncommitted): spawn milestone tracer. Raw fd-2 writes so a
// parked spawn names its last completed phase in the boot log.
#[inline(always)]
let _ = syscall::write(2, m);
}