Skip to content
Snippets Groups Projects
Unverified Commit 28305432 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-87192: Update wording for fcntl 'Changed in' (GH-91658)


(cherry picked from commit d7eb1ffb)

Co-authored-by: default avatarslateny <46876382+slateny@users.noreply.github.com>
parent 2c859e3d
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ descriptor.
On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
the path of a file from a file descriptor.
On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
and ``F_OFD_SETLKW`` constants, which working with open file description locks.
and ``F_OFD_SETLKW`` constants, which are used when working with open file
description locks.
The module defines the following functions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment