relibc: remove temporary fork/exec/spawn milestone tracers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user