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:
kernel/src
arch
x86_64
process
driver
pci
filesystem
vfs
ipc
process
@ -111,6 +111,7 @@ impl Syscall {
|
||||
// "tmp_rs_execve: done, load_result.entry_point()={:?}",
|
||||
// load_result.entry_point()
|
||||
// );
|
||||
|
||||
return Ok(());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user