Opened 3 years ago

Closed 3 years ago

#16666 closed enhancement (duplicate)

MMAP: add MCL_* functions

Reported by: cocobean Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/beta2
Keywords: mmap, posix. mlockall Cc:
Blocked By: #13651 Blocking:
Platform: All

Description

The <sys/mman.h> header shall define the following symbolic constants for the mlockall() function:

MCL_CURRENT

Lock currently mapped pages.

MCL_FUTURE

Lock pages that become mapped.

REF: https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/basedefs/sys_mman.h.html#tag_13_55

Change History (1)

comment:1 by korli, 3 years ago

Blocked By: 13651 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.