diff options
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/fcntl.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index da39c3187a..5c172b836a 100644 --- a/Doc/library/fcntl.rst +++ b/Doc/library/fcntl.rst @@ -36,6 +36,8 @@ descriptor. .. versionchanged:: 3.9 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. The module defines the following functions: |
