mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Fix clone_exit_signal
test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
768b182aba
commit
19b13d88e2
@ -21,6 +21,9 @@ bitflags! {
|
||||
const WEXITED = 0x4;
|
||||
const WCONTINUED = 0x8;
|
||||
const WNOWAIT = 0x01000000;
|
||||
const WNOTHREAD = 0x20000000;
|
||||
const WALL = 0x40000000;
|
||||
const WCLONE = 0x80000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user