4
1
mirror of https://github.com/DragonOS-Community/DragonOS.git synced 2025-06-20 18:26:32 +00:00

修复pipe2在读端或写端关闭后还阻塞问题 (#396)

* 修复pipe2在读端或写端关闭后还阻塞问题。

* update

* update

* 修改cloexec

---------

Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
GnoCiYeH
2023-10-03 12:03:34 +08:00
committed by GitHub
parent fba5623183
commit 876cb89ecf
6 changed files with 166 additions and 15 deletions
kernel/src
arch
x86_64
process
driver
filesystem
ipc
process

@ -111,6 +111,7 @@ impl Syscall {
// "tmp_rs_execve: done, load_result.entry_point()={:?}",
// load_result.entry_point()
// );
return Ok(());
}
}