Unit 'Linux' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

fdatasync

Synchronize the data in memory with the data on storage device.

Declaration

Source position: linux.pp line 397

function fdatasync(

  fd: cint

):cint;

Description

fdatasync does the same as fpfsync but does not flush the metadata, unless it is vital to the correct reading/writing of the file. In practice, this means that unless the file size changed, the file metadata will not be synced.

See also

#rtl.unix.fsync


Documentation generated on: Jan 30 2024