mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 21:36:30 +00:00
fix: pipe 读取/写入阻塞时,无法kill进程的问题 (#889)
This commit is contained in:
7
kernel/crates/wait_queue_macros/Cargo.toml
Normal file
7
kernel/crates/wait_queue_macros/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "wait_queue_macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["longjin <longjin@dragonos.org>"]
|
||||
|
||||
[dependencies]
|
Reference in New Issue
Block a user