* include/sys/mman.h: Add missing MAP_FAILED macro.
This commit is contained in:
@ -21,6 +21,8 @@ extern "C" {
|
||||
#define MAP_ANONYMOUS 0x20
|
||||
#define MAP_ANON MAP_ANONYMOUS
|
||||
|
||||
#define MAP_FAILED ((caddr_t)-1)
|
||||
|
||||
/*
|
||||
* Flags for msync.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user