fn fdatasync(fd: fd_t) SyncError!void

Write all pending file contents for the specified file descriptor to the underlying filesystem, but not necessarily the metadata.

Parameters

fd: fd_t,