diff options
Diffstat (limited to 'src/pkg/runtime/darwin/defs.c')
-rw-r--r-- | src/pkg/runtime/darwin/defs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/darwin/defs.c b/src/pkg/runtime/darwin/defs.c index 8735e7857..1a1cdf880 100644 --- a/src/pkg/runtime/darwin/defs.c +++ b/src/pkg/runtime/darwin/defs.c @@ -26,6 +26,7 @@ enum { $MAP_ANON = MAP_ANON, $MAP_PRIVATE = MAP_PRIVATE, + $MAP_FIXED = MAP_FIXED, $MACH_MSG_TYPE_MOVE_RECEIVE = MACH_MSG_TYPE_MOVE_RECEIVE, $MACH_MSG_TYPE_MOVE_SEND = MACH_MSG_TYPE_MOVE_SEND, |