Skip to content

Commit

Permalink
Sort MAP_ constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Jan 9, 2024
1 parent 905008a commit 2cfd233
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Doc/library/mmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,25 +372,25 @@ MAP_* Constants

.. data:: MAP_SHARED
MAP_PRIVATE
MAP_DENYWRITE
MAP_EXECUTABLE
MAP_32BIT
MAP_ALIGNED_SUPER
MAP_ANON
MAP_ANONYMOUS
MAP_POPULATE
MAP_STACK
MAP_ALIGNED_SUPER
MAP_CONCEAL
MAP_NORESERVE
MAP_NOEXTEND
MAP_DENYWRITE
MAP_EXECUTABLE
MAP_HASSEMAPHORE
MAP_NOCACHE
MAP_JIT
MAP_NOCACHE
MAP_NOEXTEND
MAP_NORESERVE
MAP_POPULATE
MAP_RESILIENT_CODESIGN
MAP_RESILIENT_MEDIA
MAP_32BIT
MAP_STACK
MAP_TPRO
MAP_TRANSLATED_ALLOW_EXECUTE
MAP_UNIX03
MAP_TPRO

These are the various flags that can be passed to :meth:`mmap.mmap`. :data:`MAP_ALIGNED_SUPER`
is only available at FreeBSD and :data:`MAP_CONCEAL` is only available at OpenBSD. Note
Expand Down

0 comments on commit 2cfd233

Please sign in to comment.