make it clear that memfd_create() is linux specific.

This commit is contained in:
Clinton Roy 2019-12-18 10:11:55 +11:00
parent a9d0a6a1b9
commit 43b628330b
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ modules or loading DLLs using :mod:`ctypes`.
(Contributed by Steve Dower in :issue:`36085`.)
A new :func:`os.memfd_create` function was added to wrap the
``memfd_create()`` syscall.
Linux ``memfd_create()`` syscall.
(Contributed by Zackery Spytz and Christian Heimes in :issue:`26836`.)
On Windows, much of the manual logic for handling reparse points (including