#include <unistd.h>

Go to the source code of this file.
Functions | |
| void | sync (void) |
| int | fsync (int fd) |
| int | fdatasync (int fd) |
| int fdatasync | ( | int | fd | ) |
Definition at line 47 of file libnosync.c.
| int fsync | ( | int | fd | ) |
Definition at line 41 of file libnosync.c.
| void sync | ( | void | ) |
Definition at line 36 of file libnosync.c.
1.5.6