diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/fs.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/fs.rst b/docs/src/fs.rst index f46c4e76..16d5e05c 100644 --- a/docs/src/fs.rst +++ b/docs/src/fs.rst @@ -409,7 +409,9 @@ File open constants Atomically obtain an exclusive lock. .. note:: - `UV_FS_O_EXLOCK` is only supported on macOS. + `UV_FS_O_EXLOCK` is only supported on macOS and Windows. + + .. versionchanged:: 1.17.0 support is added for Windows. .. c:macro:: UV_FS_O_NOATIME |