X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9b8e0c494de6b447b44454112748f702dffec90d..74926d2db1d9f3228acdfca03013a8ba0ac1d8c0:/lunaix-os/includes/usr/sys/mann_flags.h diff --git a/lunaix-os/includes/usr/sys/mann_flags.h b/lunaix-os/includes/usr/sys/mann_flags.h index 2627430..479c60b 100644 --- a/lunaix-os/includes/usr/sys/mann_flags.h +++ b/lunaix-os/includes/usr/sys/mann_flags.h @@ -21,9 +21,11 @@ // other MAP_* goes should beyond 0x20 #define MAP_FIXED 0x40 +#define MAP_FIXED_NOREPLACE 0x80 #define MS_ASYNC 0x1 #define MS_SYNC 0x2 #define MS_INVALIDATE 0x4 +#define MS_INVALIDATE_ALL 0x8 #endif /* __LUNAIX_MANN_FLAGS_H */