no fdatasync on macos

This commit is contained in:
Benjamin Peterson 2009-05-30 03:10:52 +00:00
parent 465089271f
commit ecf3c62440

View file

@ -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)