mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
no fdatasync on macos
This commit is contained in:
parent
465089271f
commit
ecf3c62440
1 changed files with 3 additions and 0 deletions
|
@ -528,6 +528,9 @@ by file descriptors.
|
|||
Force write of file with filedescriptor *fd* to disk. Does not force update of
|
||||
metadata. Availability: Unix.
|
||||
|
||||
.. note::
|
||||
This function is not available on MacOS.
|
||||
|
||||
|
||||
.. function:: fpathconf(fd, name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue