mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add MAP_PRIVATE and MAP_SHARED to sortix/mman.h.
This commit is contained in:
parent
25b70f0e1c
commit
e4bd7cad82
1 changed files with 3 additions and 0 deletions
|
@ -44,4 +44,7 @@
|
||||||
|
|
||||||
#define PROT_FORK (1<<6)
|
#define PROT_FORK (1<<6)
|
||||||
|
|
||||||
|
#define MAP_SHARED (1<<0)
|
||||||
|
#define MAP_PRIVATE (1<<1)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue