mirror of
https://github.com/drasko/codezero.git
synced 2026-04-16 08:49:05 +02:00
Towards finishing off clone()
Few minor changes in clone() syscall
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define TCB_SHARED_VM (1 << 0)
|
||||
#define TCB_SHARED_FILES (1 << 1)
|
||||
#define TCB_SHARED_FS (1 << 2)
|
||||
#define TCB_SAME_GROUP (1 << 3)
|
||||
|
||||
struct vm_file;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user