![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX Synchronized I/O option. More...
Functions | |
| int | msync (void *addr, size_t length, int flags) |
| Synchronise a memory mapping with the underlying storage. | |
| int | fdatasync (int fildes) |
| Synchronise the data of an open file to storage (without metadata). | |
POSIX Synchronized I/O option.
Covers fdatasync().
| int msync | ( | void * | addr, |
| size_t | length, | ||
| int | flags | ||
| ) |