Refactor unix stream socket implementation

This commit is contained in:
Jianfeng Jiang
2023-08-09 15:10:33 +08:00
committed by Tate, Hongliang Tian
parent 93429ae2c9
commit 3f15bcaf5d
17 changed files with 495 additions and 421 deletions

View File

@ -72,7 +72,7 @@ pub fn handle_pending_signal(context: &mut UserContext) -> Result<()> {
SigDefaultAction::Core | SigDefaultAction::Term => {
warn!(
"{:?}: terminating on signal {}",
current.executable_path().read(),
&*current.executable_path().read(),
sig_num.sig_name()
);
// FIXME: How to set correct status if process is terminated