Support specification of stack with clone system call and CLONE_STACK flag
This commit is contained in:
@@ -148,7 +148,7 @@ pub struct Context {
|
||||
/// User heap
|
||||
pub heap: Option<SharedMemory>,
|
||||
/// User stack
|
||||
pub stack: Option<Memory>,
|
||||
pub stack: Option<SharedMemory>,
|
||||
/// User signal stack
|
||||
pub sigstack: Option<Memory>,
|
||||
/// User Thread local storage
|
||||
|
||||
Reference in New Issue
Block a user