posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
_POSIX_SYNCHRONIZED_IO

POSIX Synchronized I/O option. More...

Functions

int fdatasync (int fildes)
 Synchronise the data of an open file to storage (without metadata).
 

Detailed Description

POSIX Synchronized I/O option.

Covers fdatasync().

Function Documentation

◆ fdatasync()

int fdatasync ( int  fildes)

Synchronise the data of an open file to storage (without metadata).

See also
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html